Set Stack Policy
cloudformation_set_stack_policy | R Documentation |
Sets a stack policy for a specified stack¶
Description¶
Sets a stack policy for a specified stack.
Usage¶
Arguments¶
StackName
[required] The name or unique stack ID that you want to associate a policy with.
StackPolicyBody
Structure containing the stack policy body. For more information, go to Prevent updates to stack resources in the CloudFormation User Guide. You can specify either the
StackPolicyBody
or theStackPolicyURL
parameter, but not both.StackPolicyURL
Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an Amazon S3 bucket in the same Amazon Web Services Region as the stack. The location for an Amazon S3 bucket must start with
https://
. You can specify either theStackPolicyBody
or theStackPolicyURL
parameter, but not both.
Value¶
An empty list.