AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalog::StackSetConstraint

ServiceCatalog StackSetConstraint

Resource Type definition for AWS::ServiceCatalog::StackSetConstraint

Properties

9 configurable properties. 8 required. Click a row to see details.

Filter:
PropertyTypeFlags
AccountList
Array<string>
Required
AdminRole
string
Required
Description
string
Required
ExecutionRole
string
Required
PortfolioId
string
RequiredCreate-only
ProductId
string
RequiredCreate-only
RegionList
Array<string>
Required
StackInstanceControl
string
Required
AcceptLanguage
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ServiceCatalog::StackSetConstraint

Resources:
  MyResource:
    Type: AWS::ServiceCatalog::StackSetConstraint
    Properties:
      Description: "value"
      StackInstanceControl: "value"
      PortfolioId: "my-portfolioid"
      ProductId: "my-productid"
      RegionList: []
      AdminRole: "value"
      AccountList: []
      ExecutionRole: "value"

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceServiceCatalog
Properties10
Required8
TaggingNot supported
Primary IDId

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

PortfolioIdProductId

External Links