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

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

    Create LaunchRoleConstraint Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LaunchRoleConstraint(name: string, args: LaunchRoleConstraintArgs, opts?: CustomResourceOptions);
    @overload
    def LaunchRoleConstraint(resource_name: str,
                             args: LaunchRoleConstraintArgs,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def LaunchRoleConstraint(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             portfolio_id: Optional[str] = None,
                             product_id: Optional[str] = None,
                             accept_language: Optional[str] = None,
                             description: Optional[str] = None,
                             local_role_name: Optional[str] = None,
                             role_arn: Optional[str] = None)
    func NewLaunchRoleConstraint(ctx *Context, name string, args LaunchRoleConstraintArgs, opts ...ResourceOption) (*LaunchRoleConstraint, error)
    public LaunchRoleConstraint(string name, LaunchRoleConstraintArgs args, CustomResourceOptions? opts = null)
    public LaunchRoleConstraint(String name, LaunchRoleConstraintArgs args)
    public LaunchRoleConstraint(String name, LaunchRoleConstraintArgs args, CustomResourceOptions options)
    
    type: aws-native:servicecatalog:LaunchRoleConstraint
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args LaunchRoleConstraintArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args LaunchRoleConstraintArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args LaunchRoleConstraintArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LaunchRoleConstraintArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LaunchRoleConstraintArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    LaunchRoleConstraint Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The LaunchRoleConstraint resource accepts the following input properties:

    PortfolioId string
    The ID of the portfolio to which this launch role constraint applies.
    ProductId string
    The ID of the product to which this launch role constraint applies.
    AcceptLanguage string
    The language code for the constraint.
    Description string
    The description of 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.
    PortfolioId string
    The ID of the portfolio to which this launch role constraint applies.
    ProductId string
    The ID of the product to which this launch role constraint applies.
    AcceptLanguage string
    The language code for the constraint.
    Description string
    The description of 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.
    portfolioId String
    The ID of the portfolio to which this launch role constraint applies.
    productId String
    The ID of the product to which this launch role constraint applies.
    acceptLanguage String
    The language code for the constraint.
    description String
    The description of 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.
    portfolioId string
    The ID of the portfolio to which this launch role constraint applies.
    productId string
    The ID of the product to which this launch role constraint applies.
    acceptLanguage string
    The language code for the constraint.
    description string
    The description of 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.
    portfolio_id str
    The ID of the portfolio to which this launch role constraint applies.
    product_id str
    The ID of the product to which this launch role constraint applies.
    accept_language str
    The language code for the constraint.
    description str
    The description of 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.
    portfolioId String
    The ID of the portfolio to which this launch role constraint applies.
    productId String
    The ID of the product to which this launch role constraint applies.
    acceptLanguage String
    The language code for the constraint.
    description String
    The description of 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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the LaunchRoleConstraint resource produces the following output properties:

    AwsId string
    The unique identifier for the launch role constraint.
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsId string
    The unique identifier for the launch role constraint.
    Id string
    The provider-assigned unique ID for this managed resource.
    awsId String
    The unique identifier for the launch role constraint.
    id String
    The provider-assigned unique ID for this managed resource.
    awsId string
    The unique identifier for the launch role constraint.
    id string
    The provider-assigned unique ID for this managed resource.
    aws_id str
    The unique identifier for the launch role constraint.
    id str
    The provider-assigned unique ID for this managed resource.
    awsId String
    The unique identifier for the launch role constraint.
    id String
    The provider-assigned unique ID for this managed resource.

    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.