AWS::ServiceCatalog::StackSetConstraintResource Type definition for AWS::ServiceCatalog::StackSetConstraint
9 configurable properties. 8 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
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"Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PortfolioIdProductId