1. Packages
  2. Ibm Provider
  3. API Docs
  4. getProjectConfig
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getProjectConfig

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    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:

    ProjectConfigId string
    The unique configuration ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    ProjectId string
    The unique project ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    Id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    ProjectConfigId string
    The unique configuration ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    ProjectId string
    The unique project ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    Id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    projectConfigId String
    The unique configuration ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    projectId String
    The unique project ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    id String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    projectConfigId string
    The unique configuration ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    projectId string
    The unique project ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    project_config_id str
    The unique configuration ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    project_id str
    The unique project ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    id str
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    projectConfigId String
    The unique configuration ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    projectId String
    The unique project ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    id String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.

    getProjectConfig Result

    The following output properties are available:

    ApprovedVersions List<GetProjectConfigApprovedVersion>
    (List) A summary of a project configuration version. Nested schema for approved_version:
    CreatedAt 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<GetProjectConfigDefinition>
    (List) The definition of the project reference. Nested schema for definition:
    DeployedVersions List<GetProjectConfigDeployedVersion>
    (List) A summary of a project configuration version. Nested schema for deployed_version:
    DeploymentModel string
    (String) The configuration type.

    • Constraints: Allowable values are: project_deployed, user_deployed, stack.
    Href string
    (String) A URL.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    Id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    IsDraft bool
    (Boolean) The flag that indicates whether the version of the configuration is draft, or active.
    LastSavedAt 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.
    MemberOfs List<GetProjectConfigMemberOf>
    (List) The stack config parent of which this configuration is a member of. Nested schema for member_of:
    ModifiedAt 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.
    NeedsAttentionStates List<GetProjectConfigNeedsAttentionState>
    (List) The needs attention state of a configuration.

    • Constraints: The default value is []. The maximum length is 50 items. The minimum length is 0 items. Nested schema for needs_attention_state:
    Outputs List<GetProjectConfigOutput>
    (List) The outputs of a Schematics template property.

    • Constraints: The default value is []. The maximum length is 50 items. The minimum length is 0 items. Nested schema for outputs:
    ProjectConfigId string
    ProjectId string
    Projects List<GetProjectConfigProject>
    (List) The project that is referenced by this resource. Nested schema for project:
    Schematics List<GetProjectConfigSchematic>
    (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.
    StateCode 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.
    TemplateId string
    (String) The stack definition identifier.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    UpdateAvailable bool
    (Boolean) The flag that indicates whether a configuration update is available.
    Version double
    (Integer) The version of the configuration.
    ApprovedVersions []GetProjectConfigApprovedVersion
    (List) A summary of a project configuration version. Nested schema for approved_version:
    CreatedAt 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 []GetProjectConfigDefinition
    (List) The definition of the project reference. Nested schema for definition:
    DeployedVersions []GetProjectConfigDeployedVersion
    (List) A summary of a project configuration version. Nested schema for deployed_version:
    DeploymentModel string
    (String) The configuration type.

    • Constraints: Allowable values are: project_deployed, user_deployed, stack.
    Href string
    (String) A URL.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    Id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    IsDraft bool
    (Boolean) The flag that indicates whether the version of the configuration is draft, or active.
    LastSavedAt 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.
    MemberOfs []GetProjectConfigMemberOf
    (List) The stack config parent of which this configuration is a member of. Nested schema for member_of:
    ModifiedAt 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.
    NeedsAttentionStates []GetProjectConfigNeedsAttentionState
    (List) The needs attention state of a configuration.

    • Constraints: The default value is []. The maximum length is 50 items. The minimum length is 0 items. Nested schema for needs_attention_state:
    Outputs []GetProjectConfigTypeOutput
    (List) The outputs of a Schematics template property.

    • Constraints: The default value is []. The maximum length is 50 items. The minimum length is 0 items. Nested schema for outputs:
    ProjectConfigId string
    ProjectId string
    Projects []GetProjectConfigProject
    (List) The project that is referenced by this resource. Nested schema for project:
    Schematics []GetProjectConfigSchematic
    (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.
    StateCode 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.
    TemplateId string
    (String) The stack definition identifier.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    UpdateAvailable bool
    (Boolean) The flag that indicates whether a configuration update is available.
    Version float64
    (Integer) The version of the configuration.
    approvedVersions List<GetProjectConfigApprovedVersion>
    (List) A summary of a project configuration version. Nested schema for approved_version:
    createdAt 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<GetProjectConfigDefinition>
    (List) The definition of the project reference. Nested schema for definition:
    deployedVersions List<GetProjectConfigDeployedVersion>
    (List) A summary of a project configuration version. Nested schema for deployed_version:
    deploymentModel String
    (String) The configuration type.

    • Constraints: Allowable values are: project_deployed, user_deployed, stack.
    href String
    (String) A URL.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    id String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    isDraft Boolean
    (Boolean) The flag that indicates whether the version of the configuration is draft, or active.
    lastSavedAt 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.
    memberOfs List<GetProjectConfigMemberOf>
    (List) The stack config parent of which this configuration is a member of. Nested schema for member_of:
    modifiedAt 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.
    needsAttentionStates List<GetProjectConfigNeedsAttentionState>
    (List) The needs attention state of a configuration.

    • Constraints: The default value is []. The maximum length is 50 items. The minimum length is 0 items. Nested schema for needs_attention_state:
    outputs List<GetProjectConfigOutput>
    (List) The outputs of a Schematics template property.

    • Constraints: The default value is []. The maximum length is 50 items. The minimum length is 0 items. Nested schema for outputs:
    projectConfigId String
    projectId String
    projects List<GetProjectConfigProject>
    (List) The project that is referenced by this resource. Nested schema for project:
    schematics List<GetProjectConfigSchematic>
    (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.
    stateCode 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.
    templateId String
    (String) The stack definition identifier.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    updateAvailable Boolean
    (Boolean) The flag that indicates whether a configuration update is available.
    version Double
    (Integer) The version of the configuration.
    approvedVersions GetProjectConfigApprovedVersion[]
    (List) A summary of a project configuration version. Nested schema for approved_version:
    createdAt 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 GetProjectConfigDefinition[]
    (List) The definition of the project reference. Nested schema for definition:
    deployedVersions GetProjectConfigDeployedVersion[]
    (List) A summary of a project configuration version. Nested schema for deployed_version:
    deploymentModel string
    (String) The configuration type.

    • Constraints: Allowable values are: project_deployed, user_deployed, stack.
    href string
    (String) A URL.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    isDraft boolean
    (Boolean) The flag that indicates whether the version of the configuration is draft, or active.
    lastSavedAt 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.
    memberOfs GetProjectConfigMemberOf[]
    (List) The stack config parent of which this configuration is a member of. Nested schema for member_of:
    modifiedAt 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.
    needsAttentionStates GetProjectConfigNeedsAttentionState[]
    (List) The needs attention state of a configuration.

    • Constraints: The default value is []. The maximum length is 50 items. The minimum length is 0 items. Nested schema for needs_attention_state:
    outputs GetProjectConfigOutput[]
    (List) The outputs of a Schematics template property.

    • Constraints: The default value is []. The maximum length is 50 items. The minimum length is 0 items. Nested schema for outputs:
    projectConfigId string
    projectId string
    projects GetProjectConfigProject[]
    (List) The project that is referenced by this resource. Nested schema for project:
    schematics GetProjectConfigSchematic[]
    (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.
    stateCode 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.
    templateId string
    (String) The stack definition identifier.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    updateAvailable boolean
    (Boolean) The flag that indicates whether a configuration update is available.
    version number
    (Integer) The version of the configuration.
    approved_versions Sequence[GetProjectConfigApprovedVersion]
    (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[GetProjectConfigDefinition]
    (List) The definition of the project reference. Nested schema for definition:
    deployed_versions Sequence[GetProjectConfigDeployedVersion]
    (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.
    href str
    (String) A URL.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    id str
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    is_draft bool
    (Boolean) The flag that indicates whether the version of the configuration is draft, or active.
    last_saved_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.
    member_ofs Sequence[GetProjectConfigMemberOf]
    (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_states Sequence[GetProjectConfigNeedsAttentionState]
    (List) The needs attention state of a configuration.

    • Constraints: The default value is []. The maximum length is 50 items. The minimum length is 0 items. Nested schema for needs_attention_state:
    outputs Sequence[GetProjectConfigOutput]
    (List) The outputs of a Schematics template property.

    • Constraints: The default value is []. The maximum length is 50 items. The minimum length is 0 items. Nested schema for outputs:
    project_config_id str
    project_id str
    projects Sequence[GetProjectConfigProject]
    (List) The project that is referenced by this resource. Nested schema for project:
    schematics Sequence[GetProjectConfigSchematic]
    (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.
    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.
    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]+$/.
    update_available bool
    (Boolean) The flag that indicates whether a configuration update is available.
    version float
    (Integer) The version of the configuration.
    approvedVersions List<Property Map>
    (List) A summary of a project configuration version. Nested schema for approved_version:
    createdAt 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:
    deployedVersions List<Property Map>
    (List) A summary of a project configuration version. Nested schema for deployed_version:
    deploymentModel String
    (String) The configuration type.

    • Constraints: Allowable values are: project_deployed, user_deployed, stack.
    href String
    (String) A URL.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    id String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    isDraft Boolean
    (Boolean) The flag that indicates whether the version of the configuration is draft, or active.
    lastSavedAt 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.
    memberOfs List<Property Map>
    (List) The stack config parent of which this configuration is a member of. Nested schema for member_of:
    modifiedAt 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.
    needsAttentionStates List<Property Map>
    (List) The needs attention state of a configuration.

    • Constraints: The default value is []. The maximum length is 50 items. The minimum length is 0 items. Nested schema for needs_attention_state:
    outputs List<Property Map>
    (List) The outputs of a Schematics template property.

    • Constraints: The default value is []. The maximum length is 50 items. The minimum length is 0 items. Nested schema for outputs:
    projectConfigId String
    projectId 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.
    stateCode 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.
    templateId String
    (String) The stack definition identifier.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    updateAvailable 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<GetProjectConfigApprovedVersionDefinition>
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    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.
    StateCode 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.
    Version double
    (Integer) The version of the configuration.
    Definitions []GetProjectConfigApprovedVersionDefinition
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    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.
    StateCode 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.
    Version float64
    (Integer) The version of the configuration.
    definitions List<GetProjectConfigApprovedVersionDefinition>
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    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.
    stateCode 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.
    version Double
    (Integer) The version of the configuration.
    definitions GetProjectConfigApprovedVersionDefinition[]
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    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.
    stateCode 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.
    version number
    (Integer) The version of the configuration.
    definitions Sequence[GetProjectConfigApprovedVersionDefinition]
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    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.
    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.
    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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    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.
    stateCode 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.
    version Number
    (Integer) The version of the configuration.

    GetProjectConfigApprovedVersionDefinition

    EnvironmentId 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]+$/.
    LocatorId string
    EnvironmentId 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]+$/.
    LocatorId string
    environmentId 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]+$/.
    locatorId String
    environmentId 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]+$/.
    locatorId 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]+$/.
    locator_id str
    environmentId 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]+$/.
    locatorId String

    GetProjectConfigDefinition

    Authorizations List<GetProjectConfigDefinitionAuthorization>
    (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
    ComplianceProfiles List<GetProjectConfigDefinitionComplianceProfile>
    (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 is 0 characters. The value must match regular expression /^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    EnvironmentId 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]+$/.
    Inputs Dictionary<string, string>
    (Map) The input variables that are used for configuration definition and environment.
    LocatorId string
    Members List<GetProjectConfigDefinitionMember>
    (List) The member deployabe architectures that are included in your stack.

    • Constraints: The default value is []. The maximum length is 100 items. The minimum length is 0 items. Nested schema for members:
    Name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    ResourceCrns 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 is 110 items. The minimum length is 0 items.
    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.
    Authorizations []GetProjectConfigDefinitionAuthorization
    (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
    ComplianceProfiles []GetProjectConfigDefinitionComplianceProfile
    (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 is 0 characters. The value must match regular expression /^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    EnvironmentId 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]+$/.
    Inputs map[string]string
    (Map) The input variables that are used for configuration definition and environment.
    LocatorId string
    Members []GetProjectConfigDefinitionMember
    (List) The member deployabe architectures that are included in your stack.

    • Constraints: The default value is []. The maximum length is 100 items. The minimum length is 0 items. Nested schema for members:
    Name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    ResourceCrns []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 is 110 items. The minimum length is 0 items.
    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.
    authorizations List<GetProjectConfigDefinitionAuthorization>
    (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
    complianceProfiles List<GetProjectConfigDefinitionComplianceProfile>
    (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 is 0 characters. The value must match regular expression /^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    environmentId 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]+$/.
    inputs Map<String,String>
    (Map) The input variables that are used for configuration definition and environment.
    locatorId String
    members List<GetProjectConfigDefinitionMember>
    (List) The member deployabe architectures that are included in your stack.

    • Constraints: The default value is []. The maximum length is 100 items. The minimum length is 0 items. Nested schema for members:
    name String
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    resourceCrns 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 is 110 items. The minimum length is 0 items.
    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.
    authorizations GetProjectConfigDefinitionAuthorization[]
    (List) The authorization details. You can authorize by using a trusted profile or an API key in Secrets Manager. Nested schema for authorizations:
    complianceProfiles GetProjectConfigDefinitionComplianceProfile[]
    (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 is 0 characters. The value must match regular expression /^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    environmentId 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]+$/.
    inputs {[key: string]: string}
    (Map) The input variables that are used for configuration definition and environment.
    locatorId string
    members GetProjectConfigDefinitionMember[]
    (List) The member deployabe architectures that are included in your stack.

    • Constraints: The default value is []. The maximum length is 100 items. The minimum length is 0 items. Nested schema for members:
    name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    resourceCrns 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 is 110 items. The minimum length is 0 items.
    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.
    authorizations Sequence[GetProjectConfigDefinitionAuthorization]
    (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[GetProjectConfigDefinitionComplianceProfile]
    (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 is 0 characters. The value must match regular expression /^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    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]+$/.
    inputs Mapping[str, str]
    (Map) The input variables that are used for configuration definition and environment.
    locator_id str
    members Sequence[GetProjectConfigDefinitionMember]
    (List) The member deployabe architectures that are included in your stack.

    • Constraints: The default value is []. The maximum length is 100 items. The minimum length is 0 items. Nested schema for members:
    name str
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    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 is 110 items. The minimum length is 0 items.
    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.
    authorizations 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:
    complianceProfiles 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 is 0 characters. The value must match regular expression /^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    environmentId 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]+$/.
    inputs Map<String>
    (Map) The input variables that are used for configuration definition and environment.
    locatorId String
    members List<Property Map>
    (List) The member deployabe architectures that are included in your stack.

    • Constraints: The default value is []. The maximum length is 100 items. The minimum length is 0 items. Nested schema for members:
    name String
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    resourceCrns 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 is 110 items. The minimum length is 0 items.
    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

    ApiKey string
    (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a CRN or JSON blob.

    • Constraints: The maximum length is 512 characters. The minimum length is 0 characters. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/.
    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.
    TrustedProfileId string
    (String) The trusted profile ID.

    • Constraints: The maximum length is 512 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    ApiKey string
    (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a CRN or JSON blob.

    • Constraints: The maximum length is 512 characters. The minimum length is 0 characters. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/.
    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.
    TrustedProfileId string
    (String) The trusted profile ID.

    • Constraints: The maximum length is 512 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    apiKey String
    (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a CRN or JSON blob.

    • Constraints: The maximum length is 512 characters. The minimum length is 0 characters. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/.
    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.
    trustedProfileId String
    (String) The trusted profile ID.

    • Constraints: The maximum length is 512 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    apiKey string
    (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a CRN or JSON blob.

    • Constraints: The maximum length is 512 characters. The minimum length is 0 characters. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/.
    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.
    trustedProfileId string
    (String) The trusted profile ID.

    • Constraints: The maximum length is 512 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    api_key str
    (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a CRN or JSON blob.

    • Constraints: The maximum length is 512 characters. The minimum length is 0 characters. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/.
    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.
    trusted_profile_id str
    (String) The trusted profile ID.

    • Constraints: The maximum length is 512 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    apiKey String
    (String) The IBM Cloud API Key. It can be either raw or pulled from the catalog via a CRN or JSON blob.

    • Constraints: The maximum length is 512 characters. The minimum length is 0 characters. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/.
    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.
    trustedProfileId String
    (String) The trusted profile ID.

    • Constraints: The maximum length is 512 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.

    GetProjectConfigDefinitionComplianceProfile

    AttachmentId 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]+$/.
    Id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    InstanceId 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]+$/.
    InstanceLocation string
    (String) The location of the compliance instance.

    • Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de, ca-tor.
    ProfileName string
    (String) The name of the compliance profile.

    • Constraints: The maximum length is 1024 characters. The minimum length is 0 characters. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/.
    AttachmentId 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]+$/.
    Id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    InstanceId 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]+$/.
    InstanceLocation string
    (String) The location of the compliance instance.

    • Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de, ca-tor.
    ProfileName string
    (String) The name of the compliance profile.

    • Constraints: The maximum length is 1024 characters. The minimum length is 0 characters. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/.
    attachmentId 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]+$/.
    id String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    instanceId 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]+$/.
    instanceLocation String
    (String) The location of the compliance instance.

    • Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de, ca-tor.
    profileName String
    (String) The name of the compliance profile.

    • Constraints: The maximum length is 1024 characters. The minimum length is 0 characters. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/.
    attachmentId 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]+$/.
    id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    instanceId 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]+$/.
    instanceLocation string
    (String) The location of the compliance instance.

    • Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de, ca-tor.
    profileName string
    (String) The name of the compliance profile.

    • Constraints: The maximum length is 1024 characters. The minimum length is 0 characters. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/.
    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]+$/.
    id str
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    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]+$/.
    instance_location str
    (String) The location of the compliance instance.

    • Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de, ca-tor.
    profile_name str
    (String) The name of the compliance profile.

    • Constraints: The maximum length is 1024 characters. The minimum length is 0 characters. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/.
    attachmentId 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]+$/.
    id String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    instanceId 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]+$/.
    instanceLocation String
    (String) The location of the compliance instance.

    • Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de, ca-tor.
    profileName String
    (String) The name of the compliance profile.

    • Constraints: The maximum length is 1024 characters. The minimum length is 0 characters. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^<>\\x00-\\x1F]*$/.

    GetProjectConfigDefinitionMember

    ConfigId string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    Name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    ConfigId string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    Name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    configId String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    name String
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    configId string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    config_id str
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    name str
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    configId String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    name String
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.

    GetProjectConfigDeployedVersion

    Definitions List<GetProjectConfigDeployedVersionDefinition>
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    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.
    StateCode 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.
    Version double
    (Integer) The version of the configuration.
    Definitions []GetProjectConfigDeployedVersionDefinition
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    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.
    StateCode 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.
    Version float64
    (Integer) The version of the configuration.
    definitions List<GetProjectConfigDeployedVersionDefinition>
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    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.
    stateCode 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.
    version Double
    (Integer) The version of the configuration.
    definitions GetProjectConfigDeployedVersionDefinition[]
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    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.
    stateCode 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.
    version number
    (Integer) The version of the configuration.
    definitions Sequence[GetProjectConfigDeployedVersionDefinition]
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    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.
    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.
    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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    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.
    stateCode 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.
    version Number
    (Integer) The version of the configuration.

    GetProjectConfigDeployedVersionDefinition

    EnvironmentId 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]+$/.
    LocatorId string
    EnvironmentId 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]+$/.
    LocatorId string
    environmentId 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]+$/.
    locatorId String
    environmentId 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]+$/.
    locatorId 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]+$/.
    locator_id str
    environmentId 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]+$/.
    locatorId String

    GetProjectConfigMemberOf

    Definitions List<GetProjectConfigMemberOfDefinition>
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    Id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    Version double
    (Integer) The version of the configuration.
    Definitions []GetProjectConfigMemberOfDefinition
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    Id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    Version float64
    (Integer) The version of the configuration.
    definitions List<GetProjectConfigMemberOfDefinition>
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    id String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    version Double
    (Integer) The version of the configuration.
    definitions GetProjectConfigMemberOfDefinition[]
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    version number
    (Integer) The version of the configuration.
    definitions Sequence[GetProjectConfigMemberOfDefinition]
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    id str
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    id String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    version Number
    (Integer) The version of the configuration.

    GetProjectConfigMemberOfDefinition

    Members List<GetProjectConfigMemberOfDefinitionMember>
    (List) The member deployabe architectures that are included in your stack.

    • Constraints: The default value is []. The maximum length is 100 items. The minimum length is 0 items. Nested schema for members:
    Name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    Members []GetProjectConfigMemberOfDefinitionMember
    (List) The member deployabe architectures that are included in your stack.

    • Constraints: The default value is []. The maximum length is 100 items. The minimum length is 0 items. Nested schema for members:
    Name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    members List<GetProjectConfigMemberOfDefinitionMember>
    (List) The member deployabe architectures that are included in your stack.

    • Constraints: The default value is []. The maximum length is 100 items. The minimum length is 0 items. Nested schema for members:
    name String
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    members GetProjectConfigMemberOfDefinitionMember[]
    (List) The member deployabe architectures that are included in your stack.

    • Constraints: The default value is []. The maximum length is 100 items. The minimum length is 0 items. Nested schema for members:
    name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    members Sequence[GetProjectConfigMemberOfDefinitionMember]
    (List) The member deployabe architectures that are included in your stack.

    • Constraints: The default value is []. The maximum length is 100 items. The minimum length is 0 items. Nested schema for members:
    name str
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    members List<Property Map>
    (List) The member deployabe architectures that are included in your stack.

    • Constraints: The default value is []. The maximum length is 100 items. The minimum length is 0 items. Nested schema for members:
    name String
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.

    GetProjectConfigMemberOfDefinitionMember

    ConfigId string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    Name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    ConfigId string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    Name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    configId String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    name String
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    configId string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    config_id str
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    name str
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    configId String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    name String
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.

    GetProjectConfigNeedsAttentionState

    ActionUrl 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.
    EventId 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.
    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.
    TriggeredBy 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.
    ActionUrl 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.
    EventId 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.
    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.
    TriggeredBy 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.
    actionUrl 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.
    eventId 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.
    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.
    triggeredBy 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.
    actionUrl 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.
    eventId 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.
    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.
    triggeredBy 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.
    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.
    actionUrl 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.
    eventId 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.
    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.
    triggeredBy 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 is 0 characters. The value must match regular expression /^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    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 is 0 characters. The value must match regular expression /^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    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 is 0 characters. The value must match regular expression /^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    name String
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    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 is 0 characters. The value must match regular expression /^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    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 is 0 characters. The value must match regular expression /^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    name str
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    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 is 0 characters. The value must match regular expression /^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    name String
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    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 is 4 characters. The value must match regular expression /(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/.
    Definitions List<GetProjectConfigProjectDefinition>
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    Id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    Crn string
    (String) An IBM Cloud resource name that uniquely identifies a resource.

    • Constraints: The maximum length is 512 characters. The minimum length is 4 characters. The value must match regular expression /(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/.
    Definitions []GetProjectConfigProjectDefinition
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    Id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    crn String
    (String) An IBM Cloud resource name that uniquely identifies a resource.

    • Constraints: The maximum length is 512 characters. The minimum length is 4 characters. The value must match regular expression /(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/.
    definitions List<GetProjectConfigProjectDefinition>
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    id String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    crn string
    (String) An IBM Cloud resource name that uniquely identifies a resource.

    • Constraints: The maximum length is 512 characters. The minimum length is 4 characters. The value must match regular expression /(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/.
    definitions GetProjectConfigProjectDefinition[]
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    id string
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    crn str
    (String) An IBM Cloud resource name that uniquely identifies a resource.

    • Constraints: The maximum length is 512 characters. The minimum length is 4 characters. The value must match regular expression /(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/.
    definitions Sequence[GetProjectConfigProjectDefinition]
    (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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    id str
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.
    crn String
    (String) An IBM Cloud resource name that uniquely identifies a resource.

    • Constraints: The maximum length is 512 characters. The minimum length is 4 characters. The value must match regular expression /(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/.
    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 is 1 character. The value must match regular expression /^(http(s)?:\/\/)[a-zA-Z0-9\\$\\-_\\.+!\\*'\\(\\),=&?\/]+$/.
    id String
    (String) The unique ID.

    • Constraints: The maximum length is 128 characters. The value must match regular expression /^[\\.\\-0-9a-zA-Z]+$/.

    GetProjectConfigProjectDefinition

    Name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    Name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    name String
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    name string
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    name str
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.
    name String
    (String) The name of the project.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^(?!\\s)(?!.*\\s$)[^'"<>{}\\x00-\\x1F]+$/.

    GetProjectConfigSchematic

    DeployPostScripts List<GetProjectConfigSchematicDeployPostScript>
    (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:
    DeployPreScripts List<GetProjectConfigSchematicDeployPreScript>
    (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:
    UndeployPostScripts List<GetProjectConfigSchematicUndeployPostScript>
    (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:
    UndeployPreScripts List<GetProjectConfigSchematicUndeployPreScript>
    (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:
    ValidatePostScripts List<GetProjectConfigSchematicValidatePostScript>
    (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:
    ValidatePreScripts List<GetProjectConfigSchematicValidatePreScript>
    (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:
    WorkspaceCrn string
    (String) An IBM Cloud resource name that uniquely identifies a resource.

    • Constraints: The maximum length is 512 characters. The minimum length is 4 characters. The value must match regular expression /(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/.
    DeployPostScripts []GetProjectConfigSchematicDeployPostScript
    (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:
    DeployPreScripts []GetProjectConfigSchematicDeployPreScript
    (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:
    UndeployPostScripts []GetProjectConfigSchematicUndeployPostScript
    (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:
    UndeployPreScripts []GetProjectConfigSchematicUndeployPreScript
    (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:
    ValidatePostScripts []GetProjectConfigSchematicValidatePostScript
    (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:
    ValidatePreScripts []GetProjectConfigSchematicValidatePreScript
    (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:
    WorkspaceCrn string
    (String) An IBM Cloud resource name that uniquely identifies a resource.

    • Constraints: The maximum length is 512 characters. The minimum length is 4 characters. The value must match regular expression /(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/.
    deployPostScripts List<GetProjectConfigSchematicDeployPostScript>
    (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:
    deployPreScripts List<GetProjectConfigSchematicDeployPreScript>
    (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:
    undeployPostScripts List<GetProjectConfigSchematicUndeployPostScript>
    (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:
    undeployPreScripts List<GetProjectConfigSchematicUndeployPreScript>
    (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:
    validatePostScripts List<GetProjectConfigSchematicValidatePostScript>
    (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:
    validatePreScripts List<GetProjectConfigSchematicValidatePreScript>
    (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:
    workspaceCrn String
    (String) An IBM Cloud resource name that uniquely identifies a resource.

    • Constraints: The maximum length is 512 characters. The minimum length is 4 characters. The value must match regular expression /(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/.
    deployPostScripts GetProjectConfigSchematicDeployPostScript[]
    (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:
    deployPreScripts GetProjectConfigSchematicDeployPreScript[]
    (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:
    undeployPostScripts GetProjectConfigSchematicUndeployPostScript[]
    (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:
    undeployPreScripts GetProjectConfigSchematicUndeployPreScript[]
    (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:
    validatePostScripts GetProjectConfigSchematicValidatePostScript[]
    (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:
    validatePreScripts GetProjectConfigSchematicValidatePreScript[]
    (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:
    workspaceCrn string
    (String) An IBM Cloud resource name that uniquely identifies a resource.

    • Constraints: The maximum length is 512 characters. The minimum length is 4 characters. The value must match regular expression /(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/.
    deploy_post_scripts Sequence[GetProjectConfigSchematicDeployPostScript]
    (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_post_script:
    deploy_pre_scripts Sequence[GetProjectConfigSchematicDeployPreScript]
    (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_pre_script:
    undeploy_post_scripts Sequence[GetProjectConfigSchematicUndeployPostScript]
    (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_post_script:
    undeploy_pre_scripts Sequence[GetProjectConfigSchematicUndeployPreScript]
    (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_pre_script:
    validate_post_scripts Sequence[GetProjectConfigSchematicValidatePostScript]
    (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_post_script:
    validate_pre_scripts Sequence[GetProjectConfigSchematicValidatePreScript]
    (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 is 4 characters. The value must match regular expression /(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/.
    deployPostScripts List<Property Map>
    (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_post_script:
    deployPreScripts List<Property Map>
    (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for deploy_pre_script:
    undeployPostScripts List<Property Map>
    (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_post_script:
    undeployPreScripts List<Property Map>
    (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for undeploy_pre_script:
    validatePostScripts List<Property Map>
    (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_post_script:
    validatePreScripts List<Property Map>
    (List) A script to be run as part of a project configuration for a specific stage (pre or post) and action (validate, deploy, or undeploy). Nested schema for validate_pre_script:
    workspaceCrn String
    (String) An IBM Cloud resource name that uniquely identifies a resource.

    • Constraints: The maximum length is 512 characters. The minimum length is 4 characters. The value must match regular expression /(?!\\s)(?!.*\\s$)^(crn)[^'"<>{}\\s\\x00-\\x1F]*/.

    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 is 1 character. The value must match regular expression /^\\S+$/.
    ShortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    Path string
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    ShortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path String
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription String
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type String
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path string
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path str
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    short_description str
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type str
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path String
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription String
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type String
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.

    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 is 1 character. The value must match regular expression /^\\S+$/.
    ShortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    Path string
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    ShortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path String
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription String
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type String
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path string
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path str
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    short_description str
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type str
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path String
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription String
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type String
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.

    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 is 1 character. The value must match regular expression /^\\S+$/.
    ShortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    Path string
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    ShortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path String
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription String
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type String
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path string
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path str
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    short_description str
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type str
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path String
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription String
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type String
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.

    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 is 1 character. The value must match regular expression /^\\S+$/.
    ShortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    Path string
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    ShortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path String
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription String
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type String
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path string
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path str
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    short_description str
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type str
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path String
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription String
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type String
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.

    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 is 1 character. The value must match regular expression /^\\S+$/.
    ShortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    Path string
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    ShortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path String
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription String
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type String
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path string
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path str
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    short_description str
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type str
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path String
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription String
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type String
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.

    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 is 1 character. The value must match regular expression /^\\S+$/.
    ShortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    Path string
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    ShortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    Type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path String
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription String
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type String
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path string
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription string
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type string
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path str
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    short_description str
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type str
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.
    path String
    (String) The path to this script is within the current version source.

    • Constraints: The maximum length is 256 characters. The minimum length is 1 character. The value must match regular expression /^\\S+$/.
    shortDescription String
    (String) The short description for this script.

    • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/.
    type String
    (String) The type of the script.

    • Constraints: The maximum length is 7 characters. The minimum length is 7 characters. The value must match regular expression /^(ansible)$/.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud