cloudformation_get_stack_policy: Returns the stack policy for a specified stack
Description
Returns the stack policy for a specified stack. If a stack doesn't have
a policy, a null value is returned.
Usage
cloudformation_get_stack_policy(StackName)
Value
A list with the following syntax:
list(
StackPolicyBody = "string"
)
Arguments
- StackName
[required] The name or unique stack ID that is associated with the stack whose
policy you want to get.
Request syntax
svc$get_stack_policy(
StackName = "string"
)