| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CloudFormation.DescribeStackResource
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
- data DescribeStackResource
- describeStackResource :: Text -> Text -> DescribeStackResource
- dsr1LogicalResourceId :: Lens' DescribeStackResource Text
- dsr1StackName :: Lens' DescribeStackResource Text
- data DescribeStackResourceResponse
- describeStackResourceResponse :: DescribeStackResourceResponse
- dsrrStackResourceDetail :: Lens' DescribeStackResourceResponse (Maybe StackResourceDetail)
Request
data DescribeStackResource Source
Instances
| Eq DescribeStackResource | |
| Ord DescribeStackResource | |
| Read DescribeStackResource | |
| Show DescribeStackResource | |
| AWSRequest DescribeStackResource | |
| ToQuery DescribeStackResource | |
| ToPath DescribeStackResource | |
| ToHeaders DescribeStackResource | |
| type Sv DescribeStackResource = CloudFormation | |
| type Rs DescribeStackResource = DescribeStackResourceResponse |
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> DescribeStackResource |
DescribeStackResource constructor.
The fields accessible through corresponding lenses are:
dsr1LogicalResourceId::Textdsr1StackName::Text
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
describeStackResourceResponse :: DescribeStackResourceResponse Source
DescribeStackResourceResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
dsrrStackResourceDetail :: Lens' DescribeStackResourceResponse (Maybe StackResourceDetail) Source
A StackResourceDetail structure containing the description of the specified
resource in the specified stack.