Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

Arguments

StackName

[required] The name or unique stack ID that is associated with the stack whose policy you want to get.

Value

A list with the following syntax:

list(
  StackPolicyBody = "string"
)

Request syntax

svc$get_stack_policy(
  StackName = "string"
)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.