ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getProjectConfig
Explore with Pulumi AI
Provides a read-only data source to retrieve information about a project_config. 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 projectConfig = ibm.getProjectConfig({
projectConfigId: ibm_project_config.project_config_instance.project_config_id,
projectId: ibm_project_config.project_config_instance.project_id,
});
import pulumi
import pulumi_ibm as ibm
project_config = ibm.get_project_config(project_config_id=ibm_project_config["project_config_instance"]["project_config_id"],
project_id=ibm_project_config["project_config_instance"]["project_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.LookupProjectConfig(ctx, &ibm.LookupProjectConfigArgs{
ProjectConfigId: ibm_project_config.Project_config_instance.Project_config_id,
ProjectId: ibm_project_config.Project_config_instance.Project_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 projectConfig = Ibm.GetProjectConfig.Invoke(new()
{
ProjectConfigId = ibm_project_config.Project_config_instance.Project_config_id,
ProjectId = ibm_project_config.Project_config_instance.Project_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.GetProjectConfigArgs;
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 projectConfig = IbmFunctions.getProjectConfig(GetProjectConfigArgs.builder()
.projectConfigId(ibm_project_config.project_config_instance().project_config_id())
.projectId(ibm_project_config.project_config_instance().project_id())
.build());
}
}
variables:
projectConfig:
fn::invoke:
function: ibm:getProjectConfig
arguments:
projectConfigId: ${ibm_project_config.project_config_instance.project_config_id}
projectId: ${ibm_project_config.project_config_instance.project_id}
Using getProjectConfig
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 getProjectConfig(args: GetProjectConfigArgs, opts?: InvokeOptions): Promise<GetProjectConfigResult>
function getProjectConfigOutput(args: GetProjectConfigOutputArgs, opts?: InvokeOptions): Output<GetProjectConfigResult>
def get_project_config(id: Optional[str] = None,
project_config_id: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectConfigResult
def get_project_config_output(id: Optional[pulumi.Input[str]] = None,
project_config_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectConfigResult]
func LookupProjectConfig(ctx *Context, args *LookupProjectConfigArgs, opts ...InvokeOption) (*LookupProjectConfigResult, error)
func LookupProjectConfigOutput(ctx *Context, args *LookupProjectConfigOutputArgs, opts ...InvokeOption) LookupProjectConfigResultOutput
> Note: This function is named LookupProjectConfig
in the Go SDK.
public static class GetProjectConfig
{
public static Task<GetProjectConfigResult> InvokeAsync(GetProjectConfigArgs args, InvokeOptions? opts = null)
public static Output<GetProjectConfigResult> Invoke(GetProjectConfigInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProjectConfigResult> getProjectConfig(GetProjectConfigArgs args, InvokeOptions options)
public static Output<GetProjectConfigResult> getProjectConfig(GetProjectConfigArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getProjectConfig:getProjectConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Project
Config Id This property is required. string - The unique configuration ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Project
Id This property is required. string - 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 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
- Project
Config Id This property is required. string - The unique configuration ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Project
Id This property is required. string - 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 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
- project
Config Id This property is required. String - The unique configuration ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- project
Id This property is required. String - 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 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
- project
Config Id This property is required. string - The unique configuration ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- project
Id This property is required. string - 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 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
- project_
config_ id This property is required. str - The unique configuration ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- project_
id This property is required. 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
- project
Config Id This property is required. String - The unique configuration ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- project
Id This property is required. String - 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 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
getProjectConfig Result
The following output properties are available:
- 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
- Is
Draft bool - (Boolean) The flag that indicates whether the version of the configuration is draft, or active.
- Last
Saved stringAt - (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.
- Member
Ofs List<GetProject Config Member Of> - (List) The stack config parent of which this configuration is a member of. Nested schema for member_of:
- 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.
- Needs
Attention List<GetStates Project Config Needs Attention State> - (List) The needs attention state of a configuration.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for needs_attention_state:
- Constraints: The default value is
- Outputs
List<Get
Project Config Output> - (List) The outputs of a Schematics template property.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for outputs:
- Constraints: The default value is
- Project
Config stringId - Project
Id string - Projects
List<Get
Project Config Project> - (List) The project that is referenced by this resource. Nested schema for project:
- Schematics
List<Get
Project Config Schematic> - (List) A Schematics workspace that is associated to a project configuration, with scripts. Nested schema for schematics:
- 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:
- Template
Id string - (String) The stack definition identifier.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Update
Available bool - (Boolean) The flag that indicates whether a configuration update is available.
- 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
- Is
Draft bool - (Boolean) The flag that indicates whether the version of the configuration is draft, or active.
- Last
Saved stringAt - (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.
- Member
Ofs []GetProject Config Member Of - (List) The stack config parent of which this configuration is a member of. Nested schema for member_of:
- 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.
- Needs
Attention []GetStates Project Config Needs Attention State - (List) The needs attention state of a configuration.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for needs_attention_state:
- Constraints: The default value is
- Outputs
[]Get
Project Config Type Output - (List) The outputs of a Schematics template property.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for outputs:
- Constraints: The default value is
- Project
Config stringId - Project
Id string - Projects
[]Get
Project Config Project - (List) The project that is referenced by this resource. Nested schema for project:
- Schematics
[]Get
Project Config Schematic - (List) A Schematics workspace that is associated to a project configuration, with scripts. Nested schema for schematics:
- 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:
- Template
Id string - (String) The stack definition identifier.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Update
Available bool - (Boolean) The flag that indicates whether a configuration update is available.
- 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
- is
Draft Boolean - (Boolean) The flag that indicates whether the version of the configuration is draft, or active.
- last
Saved StringAt - (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.
- member
Ofs List<GetProject Config Member Of> - (List) The stack config parent of which this configuration is a member of. Nested schema for member_of:
- 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.
- needs
Attention List<GetStates Project Config Needs Attention State> - (List) The needs attention state of a configuration.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for needs_attention_state:
- Constraints: The default value is
- outputs
List<Get
Project Config Output> - (List) The outputs of a Schematics template property.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for outputs:
- Constraints: The default value is
- project
Config StringId - project
Id String - projects
List<Get
Project Config Project> - (List) The project that is referenced by this resource. Nested schema for project:
- schematics
List<Get
Project Config Schematic> - (List) A Schematics workspace that is associated to a project configuration, with scripts. Nested schema for schematics:
- 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:
- template
Id String - (String) The stack definition identifier.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- update
Available Boolean - (Boolean) The flag that indicates whether a configuration update is available.
- 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
- is
Draft boolean - (Boolean) The flag that indicates whether the version of the configuration is draft, or active.
- last
Saved stringAt - (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.
- member
Ofs GetProject Config Member Of[] - (List) The stack config parent of which this configuration is a member of. Nested schema for member_of:
- 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.
- needs
Attention GetStates Project Config Needs Attention State[] - (List) The needs attention state of a configuration.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for needs_attention_state:
- Constraints: The default value is
- outputs
Get
Project Config Output[] - (List) The outputs of a Schematics template property.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for outputs:
- Constraints: The default value is
- project
Config stringId - project
Id string - projects
Get
Project Config Project[] - (List) The project that is referenced by this resource. Nested schema for project:
- schematics
Get
Project Config Schematic[] - (List) A Schematics workspace that is associated to a project configuration, with scripts. Nested schema for schematics:
- 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:
- template
Id string - (String) The stack definition identifier.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- update
Available boolean - (Boolean) The flag that indicates whether a configuration update is available.
- 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
- is_
draft bool - (Boolean) The flag that indicates whether the version of the configuration is draft, or active.
- last_
saved_ strat - (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.
- member_
ofs Sequence[GetProject Config Member Of] - (List) The stack config parent of which this configuration is a member of. Nested schema for member_of:
- 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.
- needs_
attention_ Sequence[Getstates Project Config Needs Attention State] - (List) The needs attention state of a configuration.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for needs_attention_state:
- Constraints: The default value is
- outputs
Sequence[Get
Project Config Output] - (List) The outputs of a Schematics template property.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for outputs:
- Constraints: The default value is
- project_
config_ strid - project_
id str - projects
Sequence[Get
Project Config Project] - (List) The project that is referenced by this resource. Nested schema for project:
- schematics
Sequence[Get
Project Config Schematic] - (List) A Schematics workspace that is associated to a project configuration, with scripts. Nested schema for schematics:
- 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:
- template_
id str - (String) The stack definition identifier.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- update_
available bool - (Boolean) The flag that indicates whether a configuration update is available.
- 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
- is
Draft Boolean - (Boolean) The flag that indicates whether the version of the configuration is draft, or active.
- last
Saved StringAt - (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.
- member
Ofs List<Property Map> - (List) The stack config parent of which this configuration is a member of. Nested schema for member_of:
- 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.
- needs
Attention List<Property Map>States - (List) The needs attention state of a configuration.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for needs_attention_state:
- Constraints: The default value is
- outputs List<Property Map>
- (List) The outputs of a Schematics template property.
- Constraints: The default value is
[]
. The maximum length is50
items. The minimum length is0
items. Nested schema for outputs:
- Constraints: The default value is
- project
Config StringId - project
Id String - projects List<Property Map>
- (List) The project that is referenced by this resource. Nested schema for project:
- schematics List<Property Map>
- (List) A Schematics workspace that is associated to a project configuration, with scripts. Nested schema for schematics:
- 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:
- template
Id String - (String) The stack definition identifier.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- update
Available Boolean - (Boolean) The flag that indicates whether a configuration update is available.
- version Number
- (Integer) The version of the configuration.
Supporting Types
GetProjectConfigApprovedVersion
- Definitions
This property is required. List<GetProject Config Approved Version Definition> - (List) The definition of the project reference. Nested schema for definition:
- Href
This property is required. 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
This property is required. 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 This property is required. 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
This property is required. double - (Integer) The version of the configuration.
- Definitions
This property is required. []GetProject Config Approved Version Definition - (List) The definition of the project reference. Nested schema for definition:
- Href
This property is required. 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
This property is required. 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 This property is required. 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
This property is required. float64 - (Integer) The version of the configuration.
- definitions
This property is required. List<GetProject Config Approved Version Definition> - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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 This property is required. 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
This property is required. Double - (Integer) The version of the configuration.
- definitions
This property is required. GetProject Config Approved Version Definition[] - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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 This property is required. 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
This property is required. number - (Integer) The version of the configuration.
- definitions
This property is required. Sequence[GetProject Config Approved Version Definition] - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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 This property is required. 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
This property is required. float - (Integer) The version of the configuration.
- definitions
This property is required. List<Property Map> - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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 This property is required. 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
This property is required. Number - (Integer) The version of the configuration.
GetProjectConfigApprovedVersionDefinition
- Environment
Id This property is required. 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 This property is required. string
- Environment
Id This property is required. 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 This property is required. string
- environment
Id This property is required. 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 This property is required. String
- environment
Id This property is required. 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 This property is required. string
- environment_
id This property is required. 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 This property is required. str
- environment
Id This property is required. 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 This property is required. String
GetProjectConfigDefinition
This property is required. List<GetProject 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 This property is required. List<GetProject Config Definition Compliance Profile> - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- Description
This property is required. 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 This property is required. 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
This property is required. Dictionary<string, string> - (Map) The input variables that are used for configuration definition and environment.
- Locator
Id This property is required. string - Members
This property is required. List<GetProject 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
This property is required. 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 This property is required. 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
This property is required. 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.
This property is required. []GetProject 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 This property is required. []GetProject Config Definition Compliance Profile - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- Description
This property is required. 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 This property is required. 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
This property is required. map[string]string - (Map) The input variables that are used for configuration definition and environment.
- Locator
Id This property is required. string - Members
This property is required. []GetProject 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
This property is required. 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 This property is required. []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
This property is required. 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.
This property is required. List<GetProject 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 This property is required. List<GetProject Config Definition Compliance Profile> - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description
This property is required. 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 This property is required. 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
This property is required. Map<String,String> - (Map) The input variables that are used for configuration definition and environment.
- locator
Id This property is required. String - members
This property is required. List<GetProject 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
This property is required. 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 This property is required. 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
This property is required. 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.
This property is required. GetProject 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 This property is required. GetProject Config Definition Compliance Profile[] - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description
This property is required. 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 This property is required. 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
This property is required. {[key: string]: string} - (Map) The input variables that are used for configuration definition and environment.
- locator
Id This property is required. string - members
This property is required. GetProject 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
This property is required. 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 This property is required. 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
This property is required. {[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.
This property is required. Sequence[GetProject 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 This property is required. Sequence[GetProject Config Definition Compliance Profile] - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description
This property is required. 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 This property is required. 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
This property is required. Mapping[str, str] - (Map) The input variables that are used for configuration definition and environment.
- locator_
id This property is required. str - members
This property is required. Sequence[GetProject 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
This property is required. 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 This property is required. 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
This property is required. 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.
This property is required. 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 This property is required. List<Property Map> - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description
This property is required. 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 This property is required. 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
This property is required. Map<String> - (Map) The input variables that are used for configuration definition and environment.
- locator
Id This property is required. String - members
This property is required. 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
This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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
This property is required. 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 Id This property is required. string - (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 This property is required. 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
This property is required. 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 Id This property is required. string - (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 This property is required. 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
This property is required. 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 Id This property is required. String - (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 This property is required. 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
This property is required. 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 Id This property is required. string - (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 This property is required. 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
This property is required. 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_ id This property is required. str - (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 This property is required. 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
This property is required. 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 Id This property is required. String - (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 This property is required. 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
This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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
This property is required. 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
This property is required. List<GetProject Config Deployed Version Definition> - (List) The definition of the project reference. Nested schema for definition:
- Href
This property is required. 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
This property is required. 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 This property is required. 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
This property is required. double - (Integer) The version of the configuration.
- Definitions
This property is required. []GetProject Config Deployed Version Definition - (List) The definition of the project reference. Nested schema for definition:
- Href
This property is required. 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
This property is required. 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 This property is required. 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
This property is required. float64 - (Integer) The version of the configuration.
- definitions
This property is required. List<GetProject Config Deployed Version Definition> - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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 This property is required. 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
This property is required. Double - (Integer) The version of the configuration.
- definitions
This property is required. GetProject Config Deployed Version Definition[] - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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 This property is required. 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
This property is required. number - (Integer) The version of the configuration.
- definitions
This property is required. Sequence[GetProject Config Deployed Version Definition] - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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 This property is required. 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
This property is required. float - (Integer) The version of the configuration.
- definitions
This property is required. List<Property Map> - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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 This property is required. 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
This property is required. Number - (Integer) The version of the configuration.
GetProjectConfigDeployedVersionDefinition
- Environment
Id This property is required. 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 This property is required. string
- Environment
Id This property is required. 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 This property is required. string
- environment
Id This property is required. 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 This property is required. String
- environment
Id This property is required. 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 This property is required. string
- environment_
id This property is required. 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 This property is required. str
- environment
Id This property is required. 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 This property is required. String
GetProjectConfigMemberOf
- Definitions
This property is required. List<GetProject Config Member Of Definition> - (List) The definition of the project reference. Nested schema for definition:
- Href
This property is required. 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
This property is required. 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
- Version
This property is required. double - (Integer) The version of the configuration.
- Definitions
This property is required. []GetProject Config Member Of Definition - (List) The definition of the project reference. Nested schema for definition:
- Href
This property is required. 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
This property is required. 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
- Version
This property is required. float64 - (Integer) The version of the configuration.
- definitions
This property is required. List<GetProject Config Member Of Definition> - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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
- version
This property is required. Double - (Integer) The version of the configuration.
- definitions
This property is required. GetProject Config Member Of Definition[] - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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
- version
This property is required. number - (Integer) The version of the configuration.
- definitions
This property is required. Sequence[GetProject Config Member Of Definition] - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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
- version
This property is required. float - (Integer) The version of the configuration.
- definitions
This property is required. List<Property Map> - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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
- version
This property is required. Number - (Integer) The version of the configuration.
GetProjectConfigMemberOfDefinition
- Members
This property is required. List<GetProject Config Member Of 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
This property is required. 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
- Members
This property is required. []GetProject Config Member Of 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
This property is required. 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
- members
This property is required. List<GetProject Config Member Of 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
This property is required. 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
- members
This property is required. GetProject Config Member Of 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
This property is required. 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
- members
This property is required. Sequence[GetProject Config Member Of 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
This property is required. 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
- members
This property is required. 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
This property is required. 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
GetProjectConfigMemberOfDefinitionMember
- Config
Id This property is required. 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
This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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
This property is required. 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 This property is required. 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
This property is required. 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
GetProjectConfigNeedsAttentionState
- Action
Url This property is required. string - (String) An actionable URL that users can access in response to the event. This is a system generated field. For user triggered events the field is not present.
- Event
This property is required. string - (String) The name of the event.
- Event
Id This property is required. string - (String) The id of the event.
- Severity
This property is required. string - (String) The severity of the event. This is a system generated field. For user triggered events the field is not present.
- Constraints: Allowable values are:
INFO
,WARNING
,ERROR
.
- Constraints: Allowable values are:
- Target
This property is required. string - (String) The configuration id and version for which the event occurred. This field is only available for user generated events. For system triggered events the field is not present.
- Timestamp
This property is required. string - (String) The timestamp of the event.
- Triggered
By This property is required. string - (String) The IAM id of the user that triggered the event. This field is only available for user generated events. For system triggered events the field is not present.
- Action
Url This property is required. string - (String) An actionable URL that users can access in response to the event. This is a system generated field. For user triggered events the field is not present.
- Event
This property is required. string - (String) The name of the event.
- Event
Id This property is required. string - (String) The id of the event.
- Severity
This property is required. string - (String) The severity of the event. This is a system generated field. For user triggered events the field is not present.
- Constraints: Allowable values are:
INFO
,WARNING
,ERROR
.
- Constraints: Allowable values are:
- Target
This property is required. string - (String) The configuration id and version for which the event occurred. This field is only available for user generated events. For system triggered events the field is not present.
- Timestamp
This property is required. string - (String) The timestamp of the event.
- Triggered
By This property is required. string - (String) The IAM id of the user that triggered the event. This field is only available for user generated events. For system triggered events the field is not present.
- action
Url This property is required. String - (String) An actionable URL that users can access in response to the event. This is a system generated field. For user triggered events the field is not present.
- event
This property is required. String - (String) The name of the event.
- event
Id This property is required. String - (String) The id of the event.
- severity
This property is required. String - (String) The severity of the event. This is a system generated field. For user triggered events the field is not present.
- Constraints: Allowable values are:
INFO
,WARNING
,ERROR
.
- Constraints: Allowable values are:
- target
This property is required. String - (String) The configuration id and version for which the event occurred. This field is only available for user generated events. For system triggered events the field is not present.
- timestamp
This property is required. String - (String) The timestamp of the event.
- triggered
By This property is required. String - (String) The IAM id of the user that triggered the event. This field is only available for user generated events. For system triggered events the field is not present.
- action
Url This property is required. string - (String) An actionable URL that users can access in response to the event. This is a system generated field. For user triggered events the field is not present.
- event
This property is required. string - (String) The name of the event.
- event
Id This property is required. string - (String) The id of the event.
- severity
This property is required. string - (String) The severity of the event. This is a system generated field. For user triggered events the field is not present.
- Constraints: Allowable values are:
INFO
,WARNING
,ERROR
.
- Constraints: Allowable values are:
- target
This property is required. string - (String) The configuration id and version for which the event occurred. This field is only available for user generated events. For system triggered events the field is not present.
- timestamp
This property is required. string - (String) The timestamp of the event.
- triggered
By This property is required. string - (String) The IAM id of the user that triggered the event. This field is only available for user generated events. For system triggered events the field is not present.
- action_
url This property is required. str - (String) An actionable URL that users can access in response to the event. This is a system generated field. For user triggered events the field is not present.
- event
This property is required. str - (String) The name of the event.
- event_
id This property is required. str - (String) The id of the event.
- severity
This property is required. str - (String) The severity of the event. This is a system generated field. For user triggered events the field is not present.
- Constraints: Allowable values are:
INFO
,WARNING
,ERROR
.
- Constraints: Allowable values are:
- target
This property is required. str - (String) The configuration id and version for which the event occurred. This field is only available for user generated events. For system triggered events the field is not present.
- timestamp
This property is required. str - (String) The timestamp of the event.
- triggered_
by This property is required. str - (String) The IAM id of the user that triggered the event. This field is only available for user generated events. For system triggered events the field is not present.
- action
Url This property is required. String - (String) An actionable URL that users can access in response to the event. This is a system generated field. For user triggered events the field is not present.
- event
This property is required. String - (String) The name of the event.
- event
Id This property is required. String - (String) The id of the event.
- severity
This property is required. String - (String) The severity of the event. This is a system generated field. For user triggered events the field is not present.
- Constraints: Allowable values are:
INFO
,WARNING
,ERROR
.
- Constraints: Allowable values are:
- target
This property is required. String - (String) The configuration id and version for which the event occurred. This field is only available for user generated events. For system triggered events the field is not present.
- timestamp
This property is required. String - (String) The timestamp of the event.
- triggered
By This property is required. String - (String) The IAM id of the user that triggered the event. This field is only available for user generated events. For system triggered events the field is not present.
GetProjectConfigOutput
- Description
This property is required. 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
- Name
This property is required. 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
- Value
This property is required. string - (String) This property can be any value - a string, number, boolean, array, or object.
- Description
This property is required. 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
- Name
This property is required. 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
- Value
This property is required. string - (String) This property can be any value - a string, number, boolean, array, or object.
- description
This property is required. 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
- name
This property is required. 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
- value
This property is required. String - (String) This property can be any value - a string, number, boolean, array, or object.
- description
This property is required. 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
- name
This property is required. 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
- value
This property is required. string - (String) This property can be any value - a string, number, boolean, array, or object.
- description
This property is required. 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
- name
This property is required. 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
- value
This property is required. str - (String) This property can be any value - a string, number, boolean, array, or object.
- description
This property is required. 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
- name
This property is required. 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
- value
This property is required. String - (String) This property can be any value - a string, number, boolean, array, or object.
GetProjectConfigProject
- Crn
This property is required. 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
This property is required. List<GetProject Config Project Definition> - (List) The definition of the project reference. Nested schema for definition:
- Href
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. []GetProject Config Project Definition - (List) The definition of the project reference. Nested schema for definition:
- Href
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. List<GetProject Config Project Definition> - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. GetProject Config Project Definition[] - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. Sequence[GetProject Config Project Definition] - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. List<Property Map> - (List) The definition of the project reference. Nested schema for definition:
- href
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
GetProjectConfigSchematic
- Deploy
Post Scripts This property is required. List<GetProject Config Schematic Deploy Post Script> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_post_script:
- Deploy
Pre Scripts This property is required. List<GetProject Config Schematic Deploy Pre Script> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_pre_script:
- Undeploy
Post Scripts This property is required. List<GetProject Config Schematic Undeploy Post Script> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_post_script:
- Undeploy
Pre Scripts This property is required. List<GetProject Config Schematic Undeploy Pre Script> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_pre_script:
- Validate
Post Scripts This property is required. List<GetProject Config Schematic Validate Post Script> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_post_script:
- Validate
Pre Scripts This property is required. List<GetProject Config Schematic Validate Pre Script> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_pre_script:
- Workspace
Crn This property is required. 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
- Deploy
Post Scripts This property is required. []GetProject Config Schematic Deploy Post Script - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_post_script:
- Deploy
Pre Scripts This property is required. []GetProject Config Schematic Deploy Pre Script - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_pre_script:
- Undeploy
Post Scripts This property is required. []GetProject Config Schematic Undeploy Post Script - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_post_script:
- Undeploy
Pre Scripts This property is required. []GetProject Config Schematic Undeploy Pre Script - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_pre_script:
- Validate
Post Scripts This property is required. []GetProject Config Schematic Validate Post Script - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_post_script:
- Validate
Pre Scripts This property is required. []GetProject Config Schematic Validate Pre Script - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_pre_script:
- Workspace
Crn This property is required. 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
- deploy
Post Scripts This property is required. List<GetProject Config Schematic Deploy Post Script> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_post_script:
- deploy
Pre Scripts This property is required. List<GetProject Config Schematic Deploy Pre Script> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_pre_script:
- undeploy
Post Scripts This property is required. List<GetProject Config Schematic Undeploy Post Script> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_post_script:
- undeploy
Pre Scripts This property is required. List<GetProject Config Schematic Undeploy Pre Script> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_pre_script:
- validate
Post Scripts This property is required. List<GetProject Config Schematic Validate Post Script> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_post_script:
- validate
Pre Scripts This property is required. List<GetProject Config Schematic Validate Pre Script> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_pre_script:
- workspace
Crn This property is required. 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
- deploy
Post Scripts This property is required. GetProject Config Schematic Deploy Post Script[] - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_post_script:
- deploy
Pre Scripts This property is required. GetProject Config Schematic Deploy Pre Script[] - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_pre_script:
- undeploy
Post Scripts This property is required. GetProject Config Schematic Undeploy Post Script[] - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_post_script:
- undeploy
Pre Scripts This property is required. GetProject Config Schematic Undeploy Pre Script[] - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_pre_script:
- validate
Post Scripts This property is required. GetProject Config Schematic Validate Post Script[] - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_post_script:
- validate
Pre Scripts This property is required. GetProject Config Schematic Validate Pre Script[] - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_pre_script:
- workspace
Crn This property is required. 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
- deploy_
post_ scripts This property is required. Sequence[GetProject Config Schematic Deploy Post Script] - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_post_script:
- deploy_
pre_ scripts This property is required. Sequence[GetProject Config Schematic Deploy Pre Script] - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_pre_script:
- undeploy_
post_ scripts This property is required. Sequence[GetProject Config Schematic Undeploy Post Script] - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_post_script:
- undeploy_
pre_ scripts This property is required. Sequence[GetProject Config Schematic Undeploy Pre Script] - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_pre_script:
- validate_
post_ scripts This property is required. Sequence[GetProject Config Schematic Validate Post Script] - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_post_script:
- validate_
pre_ scripts This property is required. Sequence[GetProject Config Schematic Validate Pre Script] - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_pre_script:
- workspace_
crn This property is required. 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
- deploy
Post Scripts This property is required. List<Property Map> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_post_script:
- deploy
Pre Scripts This property is required. List<Property Map> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_pre_script:
- undeploy
Post Scripts This property is required. List<Property Map> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_post_script:
- undeploy
Pre Scripts This property is required. List<Property Map> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_pre_script:
- validate
Post Scripts This property is required. List<Property Map> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_post_script:
- validate
Pre Scripts This property is required. List<Property Map> - (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_pre_script:
- workspace
Crn This property is required. 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
GetProjectConfigSchematicDeployPostScript
- Path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- Short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- Path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- Short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. String - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. String - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. String - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. str - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short_
description This property is required. str - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. str - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. String - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. String - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. String - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
GetProjectConfigSchematicDeployPreScript
- Path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- Short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- Path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- Short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. String - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. String - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. String - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. str - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short_
description This property is required. str - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. str - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. String - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. String - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. String - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
GetProjectConfigSchematicUndeployPostScript
- Path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- Short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- Path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- Short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. String - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. String - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. String - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. str - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short_
description This property is required. str - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. str - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. String - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. String - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. String - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
GetProjectConfigSchematicUndeployPreScript
- Path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- Short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- Path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- Short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. String - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. String - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. String - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. str - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short_
description This property is required. str - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. str - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. String - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. String - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. String - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
GetProjectConfigSchematicValidatePostScript
- Path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- Short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- Path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- Short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. String - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. String - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. String - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. str - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short_
description This property is required. str - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. str - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. String - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. String - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. String - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
GetProjectConfigSchematicValidatePreScript
- Path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- Short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- Path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- Short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. String - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. String - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. String - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. string - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. string - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. string - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. str - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short_
description This property is required. str - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. str - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- Constraints: The maximum length is
- path
This property is required. String - (String) The path to this script is within the current version source.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\\S+$/
.
- Constraints: The maximum length is
- short
Description This property is required. String - (String) The short description for this script.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- type
This property is required. String - (String) The type of the script.
- Constraints: The maximum length is
7
characters. The minimum length is7
characters. The value must match regular expression/^(ansible)$/
.
- 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.