ibm 1.78.0 published on Wednesday, Apr 30, 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 stringId - 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 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 stringId - 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 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 StringId - 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 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 stringId - 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 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_ strid - 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 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 StringId - 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 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
List<Get
Project Config Approved Version Definition> - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- State string
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- State
Code string - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- Version double
- (Integer) The version of the configuration.
- Definitions
[]Get
Project Config Approved Version Definition - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- State string
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- State
Code string - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- Version float64
- (Integer) The version of the configuration.
- definitions
List<Get
Project Config Approved Version Definition> - (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state String
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state
Code String - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version Double
- (Integer) The version of the configuration.
- definitions
Get
Project Config Approved Version Definition[] - (List) The definition of the project reference. Nested schema for definition:
- href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state string
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state
Code string - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version number
- (Integer) The version of the configuration.
- definitions
Sequence[Get
Project Config Approved Version Definition] - (List) The definition of the project reference. Nested schema for definition:
- href str
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state str
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state_
code str - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version float
- (Integer) The version of the configuration.
- definitions List<Property Map>
- (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state String
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state
Code String - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version Number
- (Integer) The version of the configuration.
GetProjectConfigApprovedVersionDefinition
- Environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Locator
Id string
- Environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Locator
Id string
- environment
Id String - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator
Id String
- environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator
Id string
- environment_
id str - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator_
id str
- environment
Id String - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator
Id String
GetProjectConfigDefinition
- List<Get
Project Config Definition Authorization> - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- Compliance
Profiles List<GetProject Config Definition Compliance Profile> - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- Description string
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Inputs Dictionary<string, string>
- (Map) The input variables that are used for configuration definition and environment.
- Locator
Id string - Members
List<Get
Project Config Definition Member> - (List) The member deployabe architectures that are included in your stack.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for members:
- Constraints: The default value is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Resource
Crns List<string> - (List) The CRNs of the resources that are associated with this configuration.
- Constraints: The list items must match regular expression
/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
. The maximum length is110
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Settings Dictionary<string, string>
- (Map) The Schematics environment variables to use to deploy the configuration. Settings are only available if they are specified when the configuration is initially created.
- []Get
Project Config Definition Authorization - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- Compliance
Profiles []GetProject Config Definition Compliance Profile - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- Description string
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Inputs map[string]string
- (Map) The input variables that are used for configuration definition and environment.
- Locator
Id string - Members
[]Get
Project Config Definition Member - (List) The member deployabe architectures that are included in your stack.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for members:
- Constraints: The default value is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Resource
Crns []string - (List) The CRNs of the resources that are associated with this configuration.
- Constraints: The list items must match regular expression
/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
. The maximum length is110
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Settings map[string]string
- (Map) The Schematics environment variables to use to deploy the configuration. Settings are only available if they are specified when the configuration is initially created.
- List<Get
Project Config Definition Authorization> - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- compliance
Profiles List<GetProject Config Definition Compliance Profile> - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description String
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- environment
Id String - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- inputs Map<String,String>
- (Map) The input variables that are used for configuration definition and environment.
- locator
Id String - members
List<Get
Project Config Definition Member> - (List) The member deployabe architectures that are included in your stack.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for members:
- Constraints: The default value is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- resource
Crns List<String> - (List) The CRNs of the resources that are associated with this configuration.
- Constraints: The list items must match regular expression
/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
. The maximum length is110
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- settings Map<String,String>
- (Map) The Schematics environment variables to use to deploy the configuration. Settings are only available if they are specified when the configuration is initially created.
- Get
Project Config Definition Authorization[] - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- compliance
Profiles GetProject Config Definition Compliance Profile[] - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description string
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- inputs {[key: string]: string}
- (Map) The input variables that are used for configuration definition and environment.
- locator
Id string - members
Get
Project Config Definition Member[] - (List) The member deployabe architectures that are included in your stack.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for members:
- Constraints: The default value is
- name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- resource
Crns string[] - (List) The CRNs of the resources that are associated with this configuration.
- Constraints: The list items must match regular expression
/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
. The maximum length is110
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- settings {[key: string]: string}
- (Map) The Schematics environment variables to use to deploy the configuration. Settings are only available if they are specified when the configuration is initially created.
- Sequence[Get
Project Config Definition Authorization] - (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- compliance_
profiles Sequence[GetProject Config Definition Compliance Profile] - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description str
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- environment_
id str - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- inputs Mapping[str, str]
- (Map) The input variables that are used for configuration definition and environment.
- locator_
id str - members
Sequence[Get
Project Config Definition Member] - (List) The member deployabe architectures that are included in your stack.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for members:
- Constraints: The default value is
- name str
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- resource_
crns Sequence[str] - (List) The CRNs of the resources that are associated with this configuration.
- Constraints: The list items must match regular expression
/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
. The maximum length is110
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- settings Mapping[str, str]
- (Map) The Schematics environment variables to use to deploy the configuration. Settings are only available if they are specified when the configuration is initially created.
- List<Property Map>
- (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
- compliance
Profiles List<Property Map> - (List) The profile that is required for compliance. Nested schema for compliance_profile:
- description String
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- environment
Id String - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- inputs Map<String>
- (Map) The input variables that are used for configuration definition and environment.
- locator
Id String - members List<Property Map>
- (List) The member deployabe architectures that are included in your stack.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for members:
- Constraints: The default value is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- resource
Crns List<String> - (List) The CRNs of the resources that are associated with this configuration.
- Constraints: The list items must match regular expression
/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
. The maximum length is110
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- settings Map<String>
- (Map) The Schematics environment variables to use to deploy the configuration. Settings are only available if they are specified when the configuration is initially created.
GetProjectConfigDefinitionAuthorization
- Api
Key string - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Method string
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- Trusted
Profile stringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Api
Key string - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Method string
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- Trusted
Profile stringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- api
Key String - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- method String
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- trusted
Profile StringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- api
Key string - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- method string
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- trusted
Profile stringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- api_
key str - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- method str
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- trusted_
profile_ strid - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- api
Key String - (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a
CRN
orJSON
blob.- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- method String
- (String) The authorization method. You can authorize by using a trusted profile or an API key in Secrets Manager.
- Constraints: Allowable values are:
api_key
,trusted_profile
.
- Constraints: Allowable values are:
- trusted
Profile StringId - (String) The trusted profile ID.
- Constraints: The maximum length is
512
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
GetProjectConfigDefinitionComplianceProfile
- Attachment
Id string - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Instance
Id string - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Instance
Location string - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- Profile
Name string - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Attachment
Id string - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Instance
Id string - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Instance
Location string - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- Profile
Name string - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- attachment
Id String - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Id String - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Location String - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- profile
Name String - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- attachment
Id string - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Id string - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Location string - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- profile
Name string - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- attachment_
id str - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance_
id str - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance_
location str - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- profile_
name str - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- attachment
Id String - (String) A unique ID for the attachment to a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Id String - (String) A unique ID for the instance of a compliance profile.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- instance
Location String - (String) The location of the compliance instance.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
,ca-tor
.
- Constraints: Allowable values are:
- profile
Name String - (String) The name of the compliance profile.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
GetProjectConfigDefinitionMember
- Config
Id string - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Config
Id string - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- config
Id String - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- config
Id string - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- config_
id str - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- name str
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- config
Id String - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
GetProjectConfigDeployedVersion
- Definitions
List<Get
Project Config Deployed Version Definition> - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- State string
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- State
Code string - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- Version double
- (Integer) The version of the configuration.
- Definitions
[]Get
Project Config Deployed Version Definition - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- State string
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- State
Code string - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- Version float64
- (Integer) The version of the configuration.
- definitions
List<Get
Project Config Deployed Version Definition> - (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state String
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state
Code String - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version Double
- (Integer) The version of the configuration.
- definitions
Get
Project Config Deployed Version Definition[] - (List) The definition of the project reference. Nested schema for definition:
- href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state string
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state
Code string - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version number
- (Integer) The version of the configuration.
- definitions
Sequence[Get
Project Config Deployed Version Definition] - (List) The definition of the project reference. Nested schema for definition:
- href str
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state str
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state_
code str - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version float
- (Integer) The version of the configuration.
- definitions List<Property Map>
- (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- state String
- (String) The state of the configuration.
- Constraints: Allowable values are:
approved
,deleted
,deleting
,deleting_failed
,discarded
,draft
,deployed
,deploying_failed
,deploying
,superseded
,undeploying
,undeploying_failed
,validated
,validating
,validating_failed
,applied
,apply_failed
.
- Constraints: Allowable values are:
- state
Code String - (String) Computed state code clarifying the prerequisites for validation for the configuration.
- Constraints: Allowable values are:
awaiting_input
,awaiting_prerequisite
,awaiting_validation
,awaiting_member_deployment
,awaiting_stack_setup
.
- Constraints: Allowable values are:
- version Number
- (Integer) The version of the configuration.
GetProjectConfigDeployedVersionDefinition
- Environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Locator
Id string
- Environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Locator
Id string
- environment
Id String - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator
Id String
- environment
Id string - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator
Id string
- environment_
id str - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator_
id str
- environment
Id String - (String) The ID of the project environment.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- locator
Id String
GetProjectConfigMemberOf
- Definitions
List<Get
Project Config Member Of Definition> - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Version double
- (Integer) The version of the configuration.
- Definitions
[]Get
Project Config Member Of Definition - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Version float64
- (Integer) The version of the configuration.
- definitions
List<Get
Project Config Member Of Definition> - (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- version Double
- (Integer) The version of the configuration.
- definitions
Get
Project Config Member Of Definition[] - (List) The definition of the project reference. Nested schema for definition:
- href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- version number
- (Integer) The version of the configuration.
- definitions
Sequence[Get
Project Config Member Of Definition] - (List) The definition of the project reference. Nested schema for definition:
- href str
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- version float
- (Integer) The version of the configuration.
- definitions List<Property Map>
- (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- 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
- version Number
- (Integer) The version of the configuration.
GetProjectConfigMemberOfDefinition
- Members
List<Get
Project 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 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
[]Get
Project 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 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
List<Get
Project 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 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
Get
Project 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 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
Sequence[Get
Project 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 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 List<Property Map>
- (List) The member deployabe architectures that are included in your stack.
- Constraints: The default value is
[]
. The maximum length is100
items. The minimum length is0
items. Nested schema for members:
- Constraints: The default value is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
GetProjectConfigMemberOfDefinitionMember
- Config
Id string - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Config
Id string - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- config
Id String - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- config
Id string - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- config_
id str - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- name str
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- config
Id String - (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
GetProjectConfigNeedsAttentionState
- Action
Url 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 string
- (String) The name of the event.
- Event
Id string - (String) The id of the event.
- Severity 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 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 string
- (String) The timestamp of the event.
- Triggered
By 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 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 string
- (String) The name of the event.
- Event
Id string - (String) The id of the event.
- Severity 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 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 string
- (String) The timestamp of the event.
- Triggered
By 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 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 String
- (String) The name of the event.
- event
Id String - (String) The id of the event.
- severity 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 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 String
- (String) The timestamp of the event.
- triggered
By 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 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 string
- (String) The name of the event.
- event
Id string - (String) The id of the event.
- severity 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 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 string
- (String) The timestamp of the event.
- triggered
By 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 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 str
- (String) The name of the event.
- event_
id str - (String) The id of the event.
- severity 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 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 str
- (String) The timestamp of the event.
- triggered_
by 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 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 String
- (String) The name of the event.
- event
Id String - (String) The id of the event.
- severity 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 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 String
- (String) The timestamp of the event.
- triggered
By 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 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 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 string
- (String) This property can be any value - a string, number, boolean, array, or object.
- Description string
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Value string
- (String) This property can be any value - a string, number, boolean, array, or object.
- description String
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- value String
- (String) This property can be any value - a string, number, boolean, array, or object.
- description string
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- value string
- (String) This property can be any value - a string, number, boolean, array, or object.
- description str
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- name str
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- value str
- (String) This property can be any value - a string, number, boolean, array, or object.
- description String
- (String) A short explanation of the output value.
- Constraints: The maximum length is
1024
characters. The minimum length is0
characters. The value must match regular expression/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- value String
- (String) This property can be any value - a string, number, boolean, array, or object.
GetProjectConfigProject
- Crn string
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- Definitions
List<Get
Project Config Project Definition> - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Crn string
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- Definitions
[]Get
Project Config Project Definition - (List) The definition of the project reference. Nested schema for definition:
- Href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- crn String
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- definitions
List<Get
Project Config Project Definition> - (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- crn string
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- definitions
Get
Project Config Project Definition[] - (List) The definition of the project reference. Nested schema for definition:
- href string
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- crn str
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- definitions
Sequence[Get
Project Config Project Definition] - (List) The definition of the project reference. Nested schema for definition:
- href str
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- crn String
- (String) An IBM Cloud resource name that uniquely identifies a resource.
- Constraints: The maximum length is
512
characters. The minimum length is4
characters. The value must match regular expression/(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/
.
- Constraints: The maximum length is
- definitions List<Property Map>
- (List) The definition of the project reference. Nested schema for definition:
- href String
- (String) A URL.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/
.
- Constraints: The maximum length is
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
GetProjectConfigProjectDefinition
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- Name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- name string
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- name str
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
- name String
- (String) The name of the project.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/
.
- Constraints: The maximum length is
GetProjectConfigSchematic
- Deploy
Post List<GetScripts Project 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 List<GetScripts Project 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 List<GetScripts Project 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 List<GetScripts Project 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 List<GetScripts Project 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 List<GetScripts Project 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 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 []GetScripts Project 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 []GetScripts Project 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 []GetScripts Project 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 []GetScripts Project 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 []GetScripts Project 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 []GetScripts Project 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 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 List<GetScripts Project 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 List<GetScripts Project 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 List<GetScripts Project 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 List<GetScripts Project 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 List<GetScripts Project 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 List<GetScripts Project 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 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 GetScripts Project 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 GetScripts Project 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 GetScripts Project 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 GetScripts Project 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 GetScripts Project 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 GetScripts Project 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 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_ Sequence[Getscripts Project 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_ Sequence[Getscripts Project 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_ Sequence[Getscripts Project 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_ Sequence[Getscripts Project 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_ Sequence[Getscripts Project 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_ Sequence[Getscripts Project 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 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 List<Property Map>Scripts - (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 List<Property Map>Scripts - (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 List<Property Map>Scripts - (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 List<Property Map>Scripts - (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 List<Property Map>Scripts - (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 List<Property Map>Scripts - (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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.