ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getProject
Explore with Pulumi AI
Provides a read-only data source to retrieve information about a project. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const project = ibm.getProject({
projectId: ibm_project.project_instance.id,
});
import pulumi
import pulumi_ibm as ibm
project = ibm.get_project(project_id=ibm_project["project_instance"]["id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupProject(ctx, &ibm.LookupProjectArgs{
ProjectId: ibm_project.Project_instance.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var project = Ibm.GetProject.Invoke(new()
{
ProjectId = ibm_project.Project_instance.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetProjectArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var project = IbmFunctions.getProject(GetProjectArgs.builder()
.projectId(ibm_project.project_instance().id())
.build());
}
}
variables:
project:
fn::invoke:
function: ibm:getProject
arguments:
projectId: ${ibm_project.project_instance.id}
Using getProject
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>
function getProjectOutput(args: GetProjectOutputArgs, opts?: InvokeOptions): Output<GetProjectResult>
def get_project(id: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectResult
def get_project_output(id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectResult]
func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput
> Note: This function is named LookupProject
in the Go SDK.
public static class GetProject
{
public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
public static Output<GetProjectResult> Invoke(GetProjectInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
public static Output<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getProject:getProject
arguments:
# arguments dictionary
The following arguments are supported:
- project_
id str - The unique project ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
getProject Result
The following output properties are available:
- Configs
List<Get
Project Config> - (List) The project configurations. These configurations are only included in the response of creating a project if a configuration array is specified in the request payload.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for configs:
- Constraints: The default value is
- Created
At string - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- Crn string
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- Cumulative
Needs boolAttention View Error - (Boolean) A value of
true
indicates that the fetch of the needs attention items failed. This property only exists if there was an error when you retrieved the cumulative needs attention view.- Constraints: The default value is
false
.
- Constraints: The default value is
- Cumulative
Needs List<GetAttention Views Project Cumulative Needs Attention View> - (List) The cumulative list of needs attention items for a project. If the view is successfully retrieved, an empty or nonempty array is returned.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for cumulative_needs_attention_view:
- Constraints: The default value is
- Definitions
List<Get
Project Definition> - (List) The definition of the project reference. Nested schema for definition:
- Environments
List<Get
Project Environment> - (List) The project environment. These environments are only included in the response if project environments were created on the project.
- Constraints: The default value is
[]
. The maximum length is20
items. The minimum length is0
items. Nested schema for environments:
- Constraints: The default value is
- Event
Notifications stringCrn - (String) The CRN of the Event Notifications instance if one is connected to this project.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^$|^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/
.
- Constraints: The maximum length is
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Location string
- (Forces new resource, String) The IBM Cloud location where a resource is deployed.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Project
Id string - Resource
Group string - (Forces new resource, String) The resource group name where the project's data and tools are created.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Resource
Group stringId - (String) The resource group ID where the project's data and tools are created.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^[0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- State string
- (String) The project status value.
- Constraints: Allowable values are:
ready
,deleting
,deleting_failed
.
- Constraints: Allowable values are:
- Configs
[]Get
Project Config Type - (List) The project configurations. These configurations are only included in the response of creating a project if a configuration array is specified in the request payload.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for configs:
- Constraints: The default value is
- Created
At string - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- Crn string
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- Cumulative
Needs boolAttention View Error - (Boolean) A value of
true
indicates that the fetch of the needs attention items failed. This property only exists if there was an error when you retrieved the cumulative needs attention view.- Constraints: The default value is
false
.
- Constraints: The default value is
- Cumulative
Needs []GetAttention Views Project Cumulative Needs Attention View - (List) The cumulative list of needs attention items for a project. If the view is successfully retrieved, an empty or nonempty array is returned.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for cumulative_needs_attention_view:
- Constraints: The default value is
- Definitions
[]Get
Project Definition - (List) The definition of the project reference. Nested schema for definition:
- Environments
[]Get
Project Environment Type - (List) The project environment. These environments are only included in the response if project environments were created on the project.
- Constraints: The default value is
[]
. The maximum length is20
items. The minimum length is0
items. Nested schema for environments:
- Constraints: The default value is
- Event
Notifications stringCrn - (String) The CRN of the Event Notifications instance if one is connected to this project.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^$|^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/
.
- Constraints: The maximum length is
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Location string
- (Forces new resource, String) The IBM Cloud location where a resource is deployed.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Project
Id string - Resource
Group string - (Forces new resource, String) The resource group name where the project's data and tools are created.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Resource
Group stringId - (String) The resource group ID where the project's data and tools are created.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^[0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- State string
- (String) The project status value.
- Constraints: Allowable values are:
ready
,deleting
,deleting_failed
.
- Constraints: Allowable values are:
- configs
List<Get
Project Config> - (List) The project configurations. These configurations are only included in the response of creating a project if a configuration array is specified in the request payload.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for configs:
- Constraints: The default value is
- created
At String - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- crn String
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- cumulative
Needs BooleanAttention View Error - (Boolean) A value of
true
indicates that the fetch of the needs attention items failed. This property only exists if there was an error when you retrieved the cumulative needs attention view.- Constraints: The default value is
false
.
- Constraints: The default value is
- cumulative
Needs List<GetAttention Views Project Cumulative Needs Attention View> - (List) The cumulative list of needs attention items for a project. If the view is successfully retrieved, an empty or nonempty array is returned.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for cumulative_needs_attention_view:
- Constraints: The default value is
- definitions
List<Get
Project Definition> - (List) The definition of the project reference. Nested schema for definition:
- environments
List<Get
Project Environment> - (List) The project environment. These environments are only included in the response if project environments were created on the project.
- Constraints: The default value is
[]
. The maximum length is20
items. The minimum length is0
items. Nested schema for environments:
- Constraints: The default value is
- event
Notifications StringCrn - (String) The CRN of the Event Notifications instance if one is connected to this project.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^$|^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/
.
- Constraints: The maximum length is
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- location String
- (Forces new resource, String) The IBM Cloud location where a resource is deployed.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- project
Id String - resource
Group String - (Forces new resource, String) The resource group name where the project's data and tools are created.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- resource
Group StringId - (String) The resource group ID where the project's data and tools are created.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^[0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- state String
- (String) The project status value.
- Constraints: Allowable values are:
ready
,deleting
,deleting_failed
.
- Constraints: Allowable values are:
- configs
Get
Project Config[] - (List) The project configurations. These configurations are only included in the response of creating a project if a configuration array is specified in the request payload.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for configs:
- Constraints: The default value is
- created
At string - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- crn string
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- cumulative
Needs booleanAttention View Error - (Boolean) A value of
true
indicates that the fetch of the needs attention items failed. This property only exists if there was an error when you retrieved the cumulative needs attention view.- Constraints: The default value is
false
.
- Constraints: The default value is
- cumulative
Needs GetAttention Views Project Cumulative Needs Attention View[] - (List) The cumulative list of needs attention items for a project. If the view is successfully retrieved, an empty or nonempty array is returned.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for cumulative_needs_attention_view:
- Constraints: The default value is
- definitions
Get
Project Definition[] - (List) The definition of the project reference. Nested schema for definition:
- environments
Get
Project Environment[] - (List) The project environment. These environments are only included in the response if project environments were created on the project.
- Constraints: The default value is
[]
. The maximum length is20
items. The minimum length is0
items. Nested schema for environments:
- Constraints: The default value is
- event
Notifications stringCrn - (String) The CRN of the Event Notifications instance if one is connected to this project.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^$|^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/
.
- Constraints: The maximum length is
- href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- location string
- (Forces new resource, String) The IBM Cloud location where a resource is deployed.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- project
Id string - resource
Group string - (Forces new resource, String) The resource group name where the project's data and tools are created.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- resource
Group stringId - (String) The resource group ID where the project's data and tools are created.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^[0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- state string
- (String) The project status value.
- Constraints: Allowable values are:
ready
,deleting
,deleting_failed
.
- Constraints: Allowable values are:
- configs
Sequence[Get
Project Config] - (List) The project configurations. These configurations are only included in the response of creating a project if a configuration array is specified in the request payload.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for configs:
- Constraints: The default value is
- created_
at str - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- crn str
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- cumulative_
needs_ boolattention_ view_ error - (Boolean) A value of
true
indicates that the fetch of the needs attention items failed. This property only exists if there was an error when you retrieved the cumulative needs attention view.- Constraints: The default value is
false
.
- Constraints: The default value is
- cumulative_
needs_ Sequence[Getattention_ views Project Cumulative Needs Attention View] - (List) The cumulative list of needs attention items for a project. If the view is successfully retrieved, an empty or nonempty array is returned.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for cumulative_needs_attention_view:
- Constraints: The default value is
- definitions
Sequence[Get
Project Definition] - (List) The definition of the project reference. Nested schema for definition:
- environments
Sequence[Get
Project Environment] - (List) The project environment. These environments are only included in the response if project environments were created on the project.
- Constraints: The default value is
[]
. The maximum length is20
items. The minimum length is0
items. Nested schema for environments:
- Constraints: The default value is
- event_
notifications_ strcrn - (String) The CRN of the Event Notifications instance if one is connected to this project.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^$|^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/
.
- Constraints: The maximum length is
- href str
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- location str
- (Forces new resource, String) The IBM Cloud location where a resource is deployed.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- project_
id str - resource_
group str - (Forces new resource, String) The resource group name where the project's data and tools are created.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- resource_
group_ strid - (String) The resource group ID where the project's data and tools are created.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^[0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- state str
- (String) The project status value.
- Constraints: Allowable values are:
ready
,deleting
,deleting_failed
.
- Constraints: Allowable values are:
- configs List<Property Map>
- (List) The project configurations. These configurations are only included in the response of creating a project if a configuration array is specified in the request payload.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for configs:
- Constraints: The default value is
- created
At String - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- crn String
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- cumulative
Needs BooleanAttention View Error - (Boolean) A value of
true
indicates that the fetch of the needs attention items failed. This property only exists if there was an error when you retrieved the cumulative needs attention view.- Constraints: The default value is
false
.
- Constraints: The default value is
- cumulative
Needs List<Property Map>Attention Views - (List) The cumulative list of needs attention items for a project. If the view is successfully retrieved, an empty or nonempty array is returned.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for cumulative_needs_attention_view:
- Constraints: The default value is
- definitions List<Property Map>
- (List) The definition of the project reference. Nested schema for definition:
- environments List<Property Map>
- (List) The project environment. These environments are only included in the response if project environments were created on the project.
- Constraints: The default value is
[]
. The maximum length is20
items. The minimum length is0
items. Nested schema for environments:
- Constraints: The default value is
- event
Notifications StringCrn - (String) The CRN of the Event Notifications instance if one is connected to this project.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^$|^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/
.
- Constraints: The maximum length is
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- location String
- (Forces new resource, String) The IBM Cloud location where a resource is deployed.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- project
Id String - resource
Group String - (Forces new resource, String) The resource group name where the project's data and tools are created.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- resource
Group StringId - (String) The resource group ID where the project's data and tools are created.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^[0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- state String
- (String) The project status value.
- Constraints: Allowable values are:
ready
,deleting
,deleting_failed
.
- Constraints: Allowable values are:
Supporting Types
GetProjectConfig
- Approved
Versions List<GetProject Config Approved Version> - (List) A summary of a project configuration version. Nested schema for approved_version:
- Created
At string - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- Definitions
List<Get
Project Config Definition> - (List) The definition of the project reference. Nested schema for definition:
- Deployed
Versions List<GetProject Config Deployed Version> - (List) A summary of a project configuration version. Nested schema for deployed_version:
- Deployment
Model string - (String) The configuration type.
- Constraints: Allowable values are:
project_deployed
,user_deployed
,stack
.
- Constraints: Allowable values are:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Modified
At string - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- Projects
List<Get
Project Config Project> - (List) The project that is referenced by this resource. Nested schema for project:
- State string
- (String) The project status value.
- Constraints: Allowable values are:
ready
,deleting
,deleting_failed
.
- Constraints: Allowable values are:
- Version double
- (Integer) The version of the configuration.
- Approved
Versions []GetProject Config Approved Version - (List) A summary of a project configuration version. Nested schema for approved_version:
- Created
At string - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- Definitions
[]Get
Project Config Definition - (List) The definition of the project reference. Nested schema for definition:
- Deployed
Versions []GetProject Config Deployed Version - (List) A summary of a project configuration version. Nested schema for deployed_version:
- Deployment
Model string - (String) The configuration type.
- Constraints: Allowable values are:
project_deployed
,user_deployed
,stack
.
- Constraints: Allowable values are:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Modified
At string - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- Projects
[]Get
Project Config Project - (List) The project that is referenced by this resource. Nested schema for project:
- State string
- (String) The project status value.
- Constraints: Allowable values are:
ready
,deleting
,deleting_failed
.
- Constraints: Allowable values are:
- Version float64
- (Integer) The version of the configuration.
- approved
Versions List<GetProject Config Approved Version> - (List) A summary of a project configuration version. Nested schema for approved_version:
- created
At String - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- definitions
List<Get
Project Config Definition> - (List) The definition of the project reference. Nested schema for definition:
- deployed
Versions List<GetProject Config Deployed Version> - (List) A summary of a project configuration version. Nested schema for deployed_version:
- deployment
Model String - (String) The configuration type.
- Constraints: Allowable values are:
project_deployed
,user_deployed
,stack
.
- Constraints: Allowable values are:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- modified
At String - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- projects
List<Get
Project Config Project> - (List) The project that is referenced by this resource. Nested schema for project:
- state String
- (String) The project status value.
- Constraints: Allowable values are:
ready
,deleting
,deleting_failed
.
- Constraints: Allowable values are:
- version Double
- (Integer) The version of the configuration.
- approved
Versions GetProject Config Approved Version[] - (List) A summary of a project configuration version. Nested schema for approved_version:
- created
At string - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- definitions
Get
Project Config Definition[] - (List) The definition of the project reference. Nested schema for definition:
- deployed
Versions GetProject Config Deployed Version[] - (List) A summary of a project configuration version. Nested schema for deployed_version:
- deployment
Model string - (String) The configuration type.
- Constraints: Allowable values are:
project_deployed
,user_deployed
,stack
.
- Constraints: Allowable values are:
- href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- modified
At string - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- projects
Get
Project Config Project[] - (List) The project that is referenced by this resource. Nested schema for project:
- state string
- (String) The project status value.
- Constraints: Allowable values are:
ready
,deleting
,deleting_failed
.
- Constraints: Allowable values are:
- version number
- (Integer) The version of the configuration.
- approved_
versions Sequence[GetProject Config Approved Version] - (List) A summary of a project configuration version. Nested schema for approved_version:
- created_
at str - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- definitions
Sequence[Get
Project Config Definition] - (List) The definition of the project reference. Nested schema for definition:
- deployed_
versions Sequence[GetProject Config Deployed Version] - (List) A summary of a project configuration version. Nested schema for deployed_version:
- deployment_
model str - (String) The configuration type.
- Constraints: Allowable values are:
project_deployed
,user_deployed
,stack
.
- Constraints: Allowable values are:
- href str
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- modified_
at str - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- projects
Sequence[Get
Project Config Project] - (List) The project that is referenced by this resource. Nested schema for project:
- state str
- (String) The project status value.
- Constraints: Allowable values are:
ready
,deleting
,deleting_failed
.
- Constraints: Allowable values are:
- version float
- (Integer) The version of the configuration.
- approved
Versions List<Property Map> - (List) A summary of a project configuration version. Nested schema for approved_version:
- created
At String - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- definitions List<Property Map>
- (List) The definition of the project reference. Nested schema for definition:
- deployed
Versions List<Property Map> - (List) A summary of a project configuration version. Nested schema for deployed_version:
- deployment
Model String - (String) The configuration type.
- Constraints: Allowable values are:
project_deployed
,user_deployed
,stack
.
- Constraints: Allowable values are:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- modified
At String - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- projects List<Property Map>
- (List) The project that is referenced by this resource. Nested schema for project:
- state String
- (String) The project status value.
- Constraints: Allowable values are:
ready
,deleting
,deleting_failed
.
- Constraints: Allowable values are:
- version Number
- (Integer) The version of the configuration.
GetProjectConfigApprovedVersion
- Definitions
List<Get
Project Config Approved Version Definition> - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- State string
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- State
Code string - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- Version double
- (Integer) The version of the configuration.
- Definitions
[]Get
Project Config Approved Version Definition - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- State string
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- State
Code string - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- Version float64
- (Integer) The version of the configuration.
- definitions
List<Get
Project Config Approved Version Definition> - (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state String
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state
Code String - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version Double
- (Integer) The version of the configuration.
- definitions
Get
Project Config Approved Version Definition[] - (List) The definition of the project reference. Nested schema for definition:
- href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state string
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state
Code string - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version number
- (Integer) The version of the configuration.
- definitions
Sequence[Get
Project Config Approved Version Definition] - (List) The definition of the project reference. Nested schema for definition:
- href str
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state str
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state_
code str - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version float
- (Integer) The version of the configuration.
- definitions List<Property Map>
- (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state String
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state
Code String - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version Number
- (Integer) The version of the configuration.
GetProjectConfigApprovedVersionDefinition
- Environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Locator
Id string
- Environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Locator
Id string
- environment
Id String - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator
Id String
- environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator
Id string
- environment_
id str - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator_
id str
- environment
Id String - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator
Id String
GetProjectConfigDefinition
- List<Get
Project Config Definition Authorization> - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- Compliance
Profiles List<GetProject Config Definition Compliance Profile> - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- Description string
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Inputs Dictionary<string, string>
- (Map) The input variables that are used for configuration definition and environment.
- Locator
Id string - Members
List<Get
Project Config Definition Member> - (List) The member deployabe architectures that are included in your stack.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for members:
- Constraints: The default value is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Resource
Crns List<string> - (List) The CRNs of the resources that are associated with this configuration.
- Constraints: The list items must match regular expression
/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
. The maximum length is110
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Settings Dictionary<string, string>
- (Map) The Schematics environment variables to use to deploy the configuration. Settings are only available if they are specified when the configuration is initially created.
- []Get
Project Config Definition Authorization - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- Compliance
Profiles []GetProject Config Definition Compliance Profile - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- Description string
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Inputs map[string]string
- (Map) The input variables that are used for configuration definition and environment.
- Locator
Id string - Members
[]Get
Project Config Definition Member - (List) The member deployabe architectures that are included in your stack.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for members:
- Constraints: The default value is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Resource
Crns []string - (List) The CRNs of the resources that are associated with this configuration.
- Constraints: The list items must match regular expression
/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
. The maximum length is110
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Settings map[string]string
- (Map) The Schematics environment variables to use to deploy the configuration. Settings are only available if they are specified when the configuration is initially created.
- List<Get
Project Config Definition Authorization> - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- compliance
Profiles List<GetProject Config Definition Compliance Profile> - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description String
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- environment
Id String - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- inputs Map<String,String>
- (Map) The input variables that are used for configuration definition and environment.
- locator
Id String - members
List<Get
Project Config Definition Member> - (List) The member deployabe architectures that are included in your stack.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for members:
- Constraints: The default value is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- resource
Crns List<String> - (List) The CRNs of the resources that are associated with this configuration.
- Constraints: The list items must match regular expression
/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
. The maximum length is110
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- settings Map<String,String>
- (Map) The Schematics environment variables to use to deploy the configuration. Settings are only available if they are specified when the configuration is initially created.
- Get
Project Config Definition Authorization[] - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- compliance
Profiles GetProject Config Definition Compliance Profile[] - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description string
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- inputs {[key: string]: string}
- (Map) The input variables that are used for configuration definition and environment.
- locator
Id string - members
Get
Project Config Definition Member[] - (List) The member deployabe architectures that are included in your stack.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for members:
- Constraints: The default value is
- name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- resource
Crns string[] - (List) The CRNs of the resources that are associated with this configuration.
- Constraints: The list items must match regular expression
/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
. The maximum length is110
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- settings {[key: string]: string}
- (Map) The Schematics environment variables to use to deploy the configuration. Settings are only available if they are specified when the configuration is initially created.
- Sequence[Get
Project Config Definition Authorization] - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- compliance_
profiles Sequence[GetProject Config Definition Compliance Profile] - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description str
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- environment_
id str - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- inputs Mapping[str, str]
- (Map) The input variables that are used for configuration definition and environment.
- locator_
id str - members
Sequence[Get
Project Config Definition Member] - (List) The member deployabe architectures that are included in your stack.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for members:
- Constraints: The default value is
- name str
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- resource_
crns Sequence[str] - (List) The CRNs of the resources that are associated with this configuration.
- Constraints: The list items must match regular expression
/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
. The maximum length is110
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- settings Mapping[str, str]
- (Map) The Schematics environment variables to use to deploy the configuration. Settings are only available if they are specified when the configuration is initially created.
- List<Property Map>
- (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- compliance
Profiles List<Property Map> - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description String
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- environment
Id String - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- inputs Map<String>
- (Map) The input variables that are used for configuration definition and environment.
- locator
Id String - members List<Property Map>
- (List) The member deployabe architectures that are included in your stack.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for members:
- Constraints: The default value is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- resource
Crns List<String> - (List) The CRNs of the resources that are associated with this configuration.
- Constraints: The list items must match regular expression
/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
. The maximum length is110
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- settings Map<String>
- (Map) The Schematics environment variables to use to deploy the configuration. Settings are only available if they are specified when the configuration is initially created.
GetProjectConfigDefinitionAuthorization
- Api
Key string - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Method string
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- Trusted
Profile stringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Api
Key string - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Method string
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- Trusted
Profile stringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- api
Key String - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- method String
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- trusted
Profile StringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- api
Key string - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- method string
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- trusted
Profile stringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- api_
key str - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- method str
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- trusted_
profile_ strid - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- api
Key String - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- method String
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- trusted
Profile StringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
GetProjectConfigDefinitionComplianceProfile
- Attachment
Id string - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Instance
Id string - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Instance
Location string - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- Profile
Name string - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Attachment
Id string - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Instance
Id string - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Instance
Location string - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- Profile
Name string - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- attachment
Id String - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Id String - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Location String - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- profile
Name String - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- attachment
Id string - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Id string - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Location string - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- profile
Name string - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- attachment_
id str - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance_
id str - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance_
location str - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- profile_
name str - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- attachment
Id String - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Id String - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Location String - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- profile
Name String - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
GetProjectConfigDefinitionMember
- Config
Id string - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Config
Id string - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- config
Id String - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- config
Id string - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- config_
id str - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- name str
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- config
Id String - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
GetProjectConfigDeployedVersion
- Definitions
List<Get
Project Config Deployed Version Definition> - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- State string
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- State
Code string - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- Version double
- (Integer) The version of the configuration.
- Definitions
[]Get
Project Config Deployed Version Definition - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- State string
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- State
Code string - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- Version float64
- (Integer) The version of the configuration.
- definitions
List<Get
Project Config Deployed Version Definition> - (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state String
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state
Code String - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version Double
- (Integer) The version of the configuration.
- definitions
Get
Project Config Deployed Version Definition[] - (List) The definition of the project reference. Nested schema for definition:
- href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state string
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state
Code string - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version number
- (Integer) The version of the configuration.
- definitions
Sequence[Get
Project Config Deployed Version Definition] - (List) The definition of the project reference. Nested schema for definition:
- href str
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state str
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state_
code str - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version float
- (Integer) The version of the configuration.
- definitions List<Property Map>
- (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state String
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state
Code String - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version Number
- (Integer) The version of the configuration.
GetProjectConfigDeployedVersionDefinition
- Environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Locator
Id string
- Environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Locator
Id string
- environment
Id String - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator
Id String
- environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator
Id string
- environment_
id str - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator_
id str
- environment
Id String - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator
Id String
GetProjectConfigProject
- Crn string
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- Definitions
List<Get
Project Config Project Definition> - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Crn string
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- Definitions
[]Get
Project Config Project Definition - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- crn String
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- definitions
List<Get
Project Config Project Definition> - (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- crn string
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- definitions
Get
Project Config Project Definition[] - (List) The definition of the project reference. Nested schema for definition:
- href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- crn str
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- definitions
Sequence[Get
Project Config Project Definition] - (List) The definition of the project reference. Nested schema for definition:
- href str
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- crn String
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- definitions List<Property Map>
- (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
GetProjectConfigProjectDefinition
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- name str
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
GetProjectCumulativeNeedsAttentionView
- Config
Id string - (String) A unique ID for the configuration.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Config
Version double - (Integer) The version number of the configuration.
- Event string
- (String) The event name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Event
Id string - (String) A unique ID for this individual event.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Config
Id string - (String) A unique ID for the configuration.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Config
Version float64 - (Integer) The version number of the configuration.
- Event string
- (String) The event name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Event
Id string - (String) A unique ID for this individual event.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- config
Id String - (String) A unique ID for the configuration.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- config
Version Double - (Integer) The version number of the configuration.
- event String
- (String) The event name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- event
Id String - (String) A unique ID for this individual event.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- config
Id string - (String) A unique ID for the configuration.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- config
Version number - (Integer) The version number of the configuration.
- event string
- (String) The event name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- event
Id string - (String) A unique ID for this individual event.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- config_
id str - (String) A unique ID for the configuration.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- config_
version float - (Integer) The version number of the configuration.
- event str
- (String) The event name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- event_
id str - (String) A unique ID for this individual event.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- config
Id String - (String) A unique ID for the configuration.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- config
Version Number - (Integer) The version number of the configuration.
- event String
- (String) The event name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- event
Id String - (String) A unique ID for this individual event.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
GetProjectDefinition
- Auto
Deploy bool - (Boolean) A boolean flag to enable auto deploy.
- Constraints: The default value is
false
.
- Constraints: The default value is
- Description string
- (String) The description of the environment.
- Constraints: The default value is
''
. The maximum length is1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The default value is
- Destroy
On boolDelete - (Boolean) The policy that indicates whether the resources are destroyed or not when a project is deleted.
- Monitoring
Enabled bool - (Boolean) A boolean flag to enable automatic drift detection. Use this field to run a daily check to compare your configurations to your deployed resources to detect any difference.
- Constraints: The default value is
false
.
- Constraints: The default value is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Auto
Deploy bool - (Boolean) A boolean flag to enable auto deploy.
- Constraints: The default value is
false
.
- Constraints: The default value is
- Description string
- (String) The description of the environment.
- Constraints: The default value is
''
. The maximum length is1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The default value is
- Destroy
On boolDelete - (Boolean) The policy that indicates whether the resources are destroyed or not when a project is deleted.
- Monitoring
Enabled bool - (Boolean) A boolean flag to enable automatic drift detection. Use this field to run a daily check to compare your configurations to your deployed resources to detect any difference.
- Constraints: The default value is
false
.
- Constraints: The default value is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- auto
Deploy Boolean - (Boolean) A boolean flag to enable auto deploy.
- Constraints: The default value is
false
.
- Constraints: The default value is
- description String
- (String) The description of the environment.
- Constraints: The default value is
''
. The maximum length is1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The default value is
- destroy
On BooleanDelete - (Boolean) The policy that indicates whether the resources are destroyed or not when a project is deleted.
- monitoring
Enabled Boolean - (Boolean) A boolean flag to enable automatic drift detection. Use this field to run a daily check to compare your configurations to your deployed resources to detect any difference.
- Constraints: The default value is
false
.
- Constraints: The default value is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- auto
Deploy boolean - (Boolean) A boolean flag to enable auto deploy.
- Constraints: The default value is
false
.
- Constraints: The default value is
- description string
- (String) The description of the environment.
- Constraints: The default value is
''
. The maximum length is1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The default value is
- destroy
On booleanDelete - (Boolean) The policy that indicates whether the resources are destroyed or not when a project is deleted.
- monitoring
Enabled boolean - (Boolean) A boolean flag to enable automatic drift detection. Use this field to run a daily check to compare your configurations to your deployed resources to detect any difference.
- Constraints: The default value is
false
.
- Constraints: The default value is
- name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- auto_
deploy bool - (Boolean) A boolean flag to enable auto deploy.
- Constraints: The default value is
false
.
- Constraints: The default value is
- description str
- (String) The description of the environment.
- Constraints: The default value is
''
. The maximum length is1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The default value is
- destroy_
on_ booldelete - (Boolean) The policy that indicates whether the resources are destroyed or not when a project is deleted.
- monitoring_
enabled bool - (Boolean) A boolean flag to enable automatic drift detection. Use this field to run a daily check to compare your configurations to your deployed resources to detect any difference.
- Constraints: The default value is
false
.
- Constraints: The default value is
- name str
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- auto
Deploy Boolean - (Boolean) A boolean flag to enable auto deploy.
- Constraints: The default value is
false
.
- Constraints: The default value is
- description String
- (String) The description of the environment.
- Constraints: The default value is
''
. The maximum length is1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The default value is
- destroy
On BooleanDelete - (Boolean) The policy that indicates whether the resources are destroyed or not when a project is deleted.
- monitoring
Enabled Boolean - (Boolean) A boolean flag to enable automatic drift detection. Use this field to run a daily check to compare your configurations to your deployed resources to detect any difference.
- Constraints: The default value is
false
.
- Constraints: The default value is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
GetProjectEnvironment
- Created
At string - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- Definitions
List<Get
Project Environment Definition> - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Projects
List<Get
Project Environment Project> - (List) The project that is referenced by this resource. Nested schema for project:
- Created
At string - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- Definitions
[]Get
Project Environment Definition - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Projects
[]Get
Project Environment Project - (List) The project that is referenced by this resource. Nested schema for project:
- created
At String - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- definitions
List<Get
Project Environment Definition> - (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- projects
List<Get
Project Environment Project> - (List) The project that is referenced by this resource. Nested schema for project:
- created
At string - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- definitions
Get
Project Environment Definition[] - (List) The definition of the project reference. Nested schema for definition:
- href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- projects
Get
Project Environment Project[] - (List) The project that is referenced by this resource. Nested schema for project:
- created_
at str - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- definitions
Sequence[Get
Project Environment Definition] - (List) The definition of the project reference. Nested schema for definition:
- href str
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- projects
Sequence[Get
Project Environment Project] - (List) The project that is referenced by this resource. Nested schema for project:
- created
At String - (String) A date and time value in the format YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.sssZ to match the date and time format as specified by RFC 3339.
- definitions List<Property Map>
- (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- projects List<Property Map>
- (List) The project that is referenced by this resource. Nested schema for project:
GetProjectEnvironmentDefinition
- List<Get
Project Environment Definition Authorization> - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- Compliance
Profiles List<GetProject Environment Definition Compliance Profile> - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- Description string
- (String) The description of the environment.
- Constraints: The default value is
''
. The maximum length is1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The default value is
- Inputs Dictionary<string, string>
- (Map) The input variables that are used for configuration definition and environment.
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- []Get
Project Environment Definition Authorization - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- Compliance
Profiles []GetProject Environment Definition Compliance Profile - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- Description string
- (String) The description of the environment.
- Constraints: The default value is
''
. The maximum length is1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The default value is
- Inputs map[string]string
- (Map) The input variables that are used for configuration definition and environment.
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- List<Get
Project Environment Definition Authorization> - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- compliance
Profiles List<GetProject Environment Definition Compliance Profile> - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description String
- (String) The description of the environment.
- Constraints: The default value is
''
. The maximum length is1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The default value is
- inputs Map<String,String>
- (Map) The input variables that are used for configuration definition and environment.
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Get
Project Environment Definition Authorization[] - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- compliance
Profiles GetProject Environment Definition Compliance Profile[] - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description string
- (String) The description of the environment.
- Constraints: The default value is
''
. The maximum length is1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The default value is
- inputs {[key: string]: string}
- (Map) The input variables that are used for configuration definition and environment.
- name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Sequence[Get
Project Environment Definition Authorization] - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- compliance_
profiles Sequence[GetProject Environment Definition Compliance Profile] - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description str
- (String) The description of the environment.
- Constraints: The default value is
''
. The maximum length is1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The default value is
- inputs Mapping[str, str]
- (Map) The input variables that are used for configuration definition and environment.
- name str
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- List<Property Map>
- (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- compliance
Profiles List<Property Map> - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description String
- (String) The description of the environment.
- Constraints: The default value is
''
. The maximum length is1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The default value is
- inputs Map<String>
- (Map) The input variables that are used for configuration definition and environment.
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
GetProjectEnvironmentDefinitionAuthorization
- Api
Key string - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Method string
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- Trusted
Profile stringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Api
Key string - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Method string
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- Trusted
Profile stringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- api
Key String - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- method String
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- trusted
Profile StringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- api
Key string - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- method string
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- trusted
Profile stringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- api_
key str - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- method str
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- trusted_
profile_ strid - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- api
Key String - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- method String
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- trusted
Profile StringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
GetProjectEnvironmentDefinitionComplianceProfile
- Attachment
Id string - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Instance
Id string - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Instance
Location string - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- Profile
Name string - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Attachment
Id string - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Instance
Id string - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Instance
Location string - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- Profile
Name string - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- attachment
Id String - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Id String - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Location String - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- profile
Name String - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- attachment
Id string - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Id string - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Location string - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- profile
Name string - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- attachment_
id str - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance_
id str - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance_
location str - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- profile_
name str - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- attachment
Id String - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Id String - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Location String - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- profile
Name String - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
GetProjectEnvironmentProject
- Crn string
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- Definitions
List<Get
Project Environment Project Definition> - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Crn string
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- Definitions
[]Get
Project Environment Project Definition - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- crn String
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- definitions
List<Get
Project Environment Project Definition> - (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- crn string
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- definitions
Get
Project Environment Project Definition[] - (List) The definition of the project reference. Nested schema for definition:
- href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- crn str
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- definitions
Sequence[Get
Project Environment Project Definition] - (List) The definition of the project reference. Nested schema for definition:
- href str
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- crn String
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- definitions List<Property Map>
- (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
GetProjectEnvironmentProjectDefinition
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- name str
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.