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::StackSetConstraint
Create StackSetConstraint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new StackSetConstraint(name: string, args: StackSetConstraintArgs, opts?: CustomResourceOptions);@overload
def StackSetConstraint(resource_name: str,
args: StackSetConstraintArgs,
opts: Optional[ResourceOptions] = None)
@overload
def StackSetConstraint(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_list: Optional[Sequence[str]] = None,
admin_role: Optional[str] = None,
description: Optional[str] = None,
execution_role: Optional[str] = None,
portfolio_id: Optional[str] = None,
product_id: Optional[str] = None,
region_list: Optional[Sequence[str]] = None,
stack_instance_control: Optional[str] = None,
accept_language: Optional[str] = None)func NewStackSetConstraint(ctx *Context, name string, args StackSetConstraintArgs, opts ...ResourceOption) (*StackSetConstraint, error)public StackSetConstraint(string name, StackSetConstraintArgs args, CustomResourceOptions? opts = null)
public StackSetConstraint(String name, StackSetConstraintArgs args)
public StackSetConstraint(String name, StackSetConstraintArgs args, CustomResourceOptions options)
type: aws-native:servicecatalog:StackSetConstraint
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 StackSetConstraintArgs
- 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 StackSetConstraintArgs
- 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 StackSetConstraintArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args StackSetConstraintArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args StackSetConstraintArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
StackSetConstraint 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 StackSetConstraint resource accepts the following input properties:
- Account
List List<string> - One or more AWS accounts that will have access to the provisioned product.
- Admin
Role string - AdminRole ARN.
- Description string
- The description of the constraint.
- Execution
Role string - ExecutionRole name.
- Portfolio
Id string - The portfolio identifier.
- Product
Id string - The product identifier.
- Region
List List<string> - One or more AWS Regions where the provisioned product will be available.
- Stack
Instance stringControl - Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
- Accept
Language string - The language code.
- Account
List []string - One or more AWS accounts that will have access to the provisioned product.
- Admin
Role string - AdminRole ARN.
- Description string
- The description of the constraint.
- Execution
Role string - ExecutionRole name.
- Portfolio
Id string - The portfolio identifier.
- Product
Id string - The product identifier.
- Region
List []string - One or more AWS Regions where the provisioned product will be available.
- Stack
Instance stringControl - Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
- Accept
Language string - The language code.
- account
List List<String> - One or more AWS accounts that will have access to the provisioned product.
- admin
Role String - AdminRole ARN.
- description String
- The description of the constraint.
- execution
Role String - ExecutionRole name.
- portfolio
Id String - The portfolio identifier.
- product
Id String - The product identifier.
- region
List List<String> - One or more AWS Regions where the provisioned product will be available.
- stack
Instance StringControl - Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
- accept
Language String - The language code.
- account
List string[] - One or more AWS accounts that will have access to the provisioned product.
- admin
Role string - AdminRole ARN.
- description string
- The description of the constraint.
- execution
Role string - ExecutionRole name.
- portfolio
Id string - The portfolio identifier.
- product
Id string - The product identifier.
- region
List string[] - One or more AWS Regions where the provisioned product will be available.
- stack
Instance stringControl - Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
- accept
Language string - The language code.
- account_
list Sequence[str] - One or more AWS accounts that will have access to the provisioned product.
- admin_
role str - AdminRole ARN.
- description str
- The description of the constraint.
- execution_
role str - ExecutionRole name.
- portfolio_
id str - The portfolio identifier.
- product_
id str - The product identifier.
- region_
list Sequence[str] - One or more AWS Regions where the provisioned product will be available.
- stack_
instance_ strcontrol - Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
- accept_
language str - The language code.
- account
List List<String> - One or more AWS accounts that will have access to the provisioned product.
- admin
Role String - AdminRole ARN.
- description String
- The description of the constraint.
- execution
Role String - ExecutionRole name.
- portfolio
Id String - The portfolio identifier.
- product
Id String - The product identifier.
- region
List List<String> - One or more AWS Regions where the provisioned product will be available.
- stack
Instance StringControl - Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
- accept
Language String - The language code.
Outputs
All input properties are implicitly available as output properties. Additionally, the StackSetConstraint 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
