We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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:
- Portfolio
Id string - The ID of the portfolio to which this launch role constraint applies.
- Product
Id string - The ID of the product to which this launch role constraint applies.
- Accept
Language string - The language code for the constraint.
- Description string
- The description of the launch role constraint.
- Local
Role stringName - The local IAM role name to use in the launch constraint.
- Role
Arn string - The ARN of the IAM role used for the launch constraint.
- Portfolio
Id string - The ID of the portfolio to which this launch role constraint applies.
- Product
Id string - The ID of the product to which this launch role constraint applies.
- Accept
Language string - The language code for the constraint.
- Description string
- The description of the launch role constraint.
- Local
Role stringName - The local IAM role name to use in the launch constraint.
- Role
Arn string - The ARN of the IAM role used for the launch constraint.
- portfolio
Id String - The ID of the portfolio to which this launch role constraint applies.
- product
Id String - The ID of the product to which this launch role constraint applies.
- accept
Language String - The language code for the constraint.
- description String
- The description of the launch role constraint.
- local
Role StringName - The local IAM role name to use in the launch constraint.
- role
Arn String - The ARN of the IAM role used for the launch constraint.
- portfolio
Id string - The ID of the portfolio to which this launch role constraint applies.
- product
Id string - The ID of the product to which this launch role constraint applies.
- accept
Language string - The language code for the constraint.
- description string
- The description of the launch role constraint.
- local
Role stringName - The local IAM role name to use in the launch constraint.
- role
Arn 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_ strname - 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.
- portfolio
Id String - The ID of the portfolio to which this launch role constraint applies.
- product
Id String - The ID of the product to which this launch role constraint applies.
- accept
Language String - The language code for the constraint.
- description String
- The description of the launch role constraint.
- local
Role StringName - The local IAM role name to use in the launch constraint.
- role
Arn 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:
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
