amazonka-cloudformation-0.0.6: Amazon CloudFormation SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudFormation.DescribeStackResource

Contents

Description

Returns a description of the specified resource in the specified stack.

For deleted stacks, DescribeStackResource returns resource information for up to 90 days after the stack has been deleted.

http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeStackResource.html

Synopsis

Request

Request constructor

Request lenses

dsr1LogicalResourceId :: Lens' DescribeStackResource Text Source

The logical name of the resource as specified in the template.

Default: There is no default value.

dsr1StackName :: Lens' DescribeStackResource Text Source

The name or the unique identifier associated with the stack, which are not always interchangeable:

Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.

Response

Response constructor

Response lenses

dsrrStackResourceDetail :: Lens' DescribeStackResourceResponse (Maybe StackResourceDetail) Source

A StackResourceDetail structure containing the description of the specified resource in the specified stack.