1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. servicecatalog
  5. getLaunchRoleConstraint

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi

    Resource Type definition for AWS::ServiceCatalog::LaunchRoleConstraint

    Using getLaunchRoleConstraint

    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 getLaunchRoleConstraint(args: GetLaunchRoleConstraintArgs, opts?: InvokeOptions): Promise<GetLaunchRoleConstraintResult>
    function getLaunchRoleConstraintOutput(args: GetLaunchRoleConstraintOutputArgs, opts?: InvokeOptions): Output<GetLaunchRoleConstraintResult>
    def get_launch_role_constraint(id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetLaunchRoleConstraintResult
    def get_launch_role_constraint_output(id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetLaunchRoleConstraintResult]
    func LookupLaunchRoleConstraint(ctx *Context, args *LookupLaunchRoleConstraintArgs, opts ...InvokeOption) (*LookupLaunchRoleConstraintResult, error)
    func LookupLaunchRoleConstraintOutput(ctx *Context, args *LookupLaunchRoleConstraintOutputArgs, opts ...InvokeOption) LookupLaunchRoleConstraintResultOutput

    > Note: This function is named LookupLaunchRoleConstraint in the Go SDK.

    public static class GetLaunchRoleConstraint 
    {
        public static Task<GetLaunchRoleConstraintResult> InvokeAsync(GetLaunchRoleConstraintArgs args, InvokeOptions? opts = null)
        public static Output<GetLaunchRoleConstraintResult> Invoke(GetLaunchRoleConstraintInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLaunchRoleConstraintResult> getLaunchRoleConstraint(GetLaunchRoleConstraintArgs args, InvokeOptions options)
    public static Output<GetLaunchRoleConstraintResult> getLaunchRoleConstraint(GetLaunchRoleConstraintArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:servicecatalog:getLaunchRoleConstraint
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The unique identifier for the launch role constraint.
    Id string
    The unique identifier for the launch role constraint.
    id String
    The unique identifier for the launch role constraint.
    id string
    The unique identifier for the launch role constraint.
    id str
    The unique identifier for the launch role constraint.
    id String
    The unique identifier for the launch role constraint.

    getLaunchRoleConstraint Result

    The following output properties are available:

    Description string
    The description of the launch role constraint.
    Id string
    The unique identifier for the launch role constraint.
    LocalRoleName string
    The local IAM role name to use in the launch constraint.
    RoleArn string
    The ARN of the IAM role used for the launch constraint.
    Description string
    The description of the launch role constraint.
    Id string
    The unique identifier for the launch role constraint.
    LocalRoleName string
    The local IAM role name to use in the launch constraint.
    RoleArn string
    The ARN of the IAM role used for the launch constraint.
    description String
    The description of the launch role constraint.
    id String
    The unique identifier for the launch role constraint.
    localRoleName String
    The local IAM role name to use in the launch constraint.
    roleArn String
    The ARN of the IAM role used for the launch constraint.
    description string
    The description of the launch role constraint.
    id string
    The unique identifier for the launch role constraint.
    localRoleName string
    The local IAM role name to use in the launch constraint.
    roleArn string
    The ARN of the IAM role used for the launch constraint.
    description str
    The description of the launch role constraint.
    id str
    The unique identifier for the launch role constraint.
    local_role_name str
    The local IAM role name to use in the launch constraint.
    role_arn str
    The ARN of the IAM role used for the launch constraint.
    description String
    The description of the launch role constraint.
    id String
    The unique identifier for the launch role constraint.
    localRoleName String
    The local IAM role name to use in the launch constraint.
    roleArn String
    The ARN of the IAM role used for the launch constraint.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.59.0
    published on Monday, Mar 30, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.