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

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::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:

    AccountList List<string>
    One or more AWS accounts that will have access to the provisioned product.
    AdminRole string
    AdminRole ARN.
    Description string
    The description of the constraint.
    ExecutionRole string
    ExecutionRole name.
    PortfolioId string
    The portfolio identifier.
    ProductId string
    The product identifier.
    RegionList List<string>
    One or more AWS Regions where the provisioned product will be available.
    StackInstanceControl string
    Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
    AcceptLanguage string
    The language code.
    AccountList []string
    One or more AWS accounts that will have access to the provisioned product.
    AdminRole string
    AdminRole ARN.
    Description string
    The description of the constraint.
    ExecutionRole string
    ExecutionRole name.
    PortfolioId string
    The portfolio identifier.
    ProductId string
    The product identifier.
    RegionList []string
    One or more AWS Regions where the provisioned product will be available.
    StackInstanceControl string
    Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
    AcceptLanguage string
    The language code.
    accountList List<String>
    One or more AWS accounts that will have access to the provisioned product.
    adminRole String
    AdminRole ARN.
    description String
    The description of the constraint.
    executionRole String
    ExecutionRole name.
    portfolioId String
    The portfolio identifier.
    productId String
    The product identifier.
    regionList List<String>
    One or more AWS Regions where the provisioned product will be available.
    stackInstanceControl String
    Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
    acceptLanguage String
    The language code.
    accountList string[]
    One or more AWS accounts that will have access to the provisioned product.
    adminRole string
    AdminRole ARN.
    description string
    The description of the constraint.
    executionRole string
    ExecutionRole name.
    portfolioId string
    The portfolio identifier.
    productId string
    The product identifier.
    regionList string[]
    One or more AWS Regions where the provisioned product will be available.
    stackInstanceControl string
    Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
    acceptLanguage 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_control str
    Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
    accept_language str
    The language code.
    accountList List<String>
    One or more AWS accounts that will have access to the provisioned product.
    adminRole String
    AdminRole ARN.
    description String
    The description of the constraint.
    executionRole String
    ExecutionRole name.
    portfolioId String
    The portfolio identifier.
    productId String
    The product identifier.
    regionList List<String>
    One or more AWS Regions where the provisioned product will be available.
    stackInstanceControl String
    Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
    acceptLanguage String
    The language code.

    Outputs

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

    AwsId string
    Unique identifier for the constraint
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsId string
    Unique identifier for the constraint
    Id string
    The provider-assigned unique ID for this managed resource.
    awsId String
    Unique identifier for the constraint
    id String
    The provider-assigned unique ID for this managed resource.
    awsId string
    Unique identifier for the constraint
    id string
    The provider-assigned unique ID for this managed resource.
    aws_id str
    Unique identifier for the constraint
    id str
    The provider-assigned unique ID for this managed resource.
    awsId String
    Unique identifier for the 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.