Policies
Policies API reference
allowedStages
List of the stages (environments) this stack can be deployed to.
Type: Array of string
allowedRegions
List of the regions this stack can be deployed to.
Type: Array of string ENUM
Possible values: af-south-1ap-east-1ap-northeast-1ap-northeast-2ap-northeast-3ap-south-1ap-southeast-1ap-southeast-2ca-central-1eu-central-1eu-north-1eu-south-1eu-west-1eu-west-2eu-west-3me-south-1sa-east-1us-east-1us-east-2us-west-1us-west-2
cloudformationStackPolicies
Cloudformation stack policies to be applied to this stack.
Type: Array of CfStackPolicyStatement
- Stack policies can help you restrict specified operations (such as update, or delete) to specified resources defined in this stack.
- By default, Stacktape creates stack policies that restrict update/delete for databases with 'deletionProtection' enabled.
- To learn more about stack policies, check out AWS docs: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html
Stack policy statements
- Stack policies can help you restrict specified operations (such as update, or delete) to specified resources defined in this stack.
- By default, Stacktape creates stack policies that restrict update/delete for databases with 'deletionProtection' enabled.
- To learn more about stack policies, check out AWS docs: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html
CfStackPolicyStatement API reference
Parent API reference: Policies
Resource
Required
Principal
Required
Effect
Action
List of actions allowed/denied by the statement
Type: Array of string ENUM
Possible values: Update:*Update:DeleteUpdate:ModifyUpdate:Replace
- see AWS reference here.
Condition
No description
Type: UNSPECIFIED