Sets a stack policy for a specified stack
Sets a stack policy for a specified stack.
cloudformation_set_stack_policy(StackName, StackPolicyBody, StackPolicyURL)
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 AWS CloudFormation User Guide. You can specify either the
|
StackPolicyURL |
Location of a file containing the stack policy. The URL must point to a
policy (maximum size: 16 KB) located in an S3 bucket in the same Region
as the stack. You can specify either the |
An empty list.
svc$set_stack_policy( StackName = "string", StackPolicyBody = "string", StackPolicyURL = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.