Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Classes modeling the various types represented by AmazonCloudFormation.
|
Modifier and Type | Method and Description |
---|---|
StackResourceDetail |
DescribeStackResourceResult.getStackResourceDetail()
A
StackResourceDetail structure containing the
description of the specified resource in the specified stack. |
StackResourceDetail |
StackResourceDetail.withDescription(String description)
User defined description associated with the resource.
|
StackResourceDetail |
StackResourceDetail.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
Time the status was updated.
|
StackResourceDetail |
StackResourceDetail.withLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
|
StackResourceDetail |
StackResourceDetail.withMetadata(String metadata)
The JSON format content of the
Metadata attribute
declared for the resource. |
StackResourceDetail |
StackResourceDetail.withPhysicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance
ID of a resource supported by AWS CloudFormation.
|
StackResourceDetail |
StackResourceDetail.withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
StackResourceDetail |
StackResourceDetail.withResourceStatus(String resourceStatus)
Current status of the resource.
|
StackResourceDetail |
StackResourceDetail.withResourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.
|
StackResourceDetail |
StackResourceDetail.withResourceType(String resourceType)
Type of resource.
|
StackResourceDetail |
StackResourceDetail.withStackId(String stackId)
Unique identifier of the stack.
|
StackResourceDetail |
StackResourceDetail.withStackName(String stackName)
The name associated with the stack.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeStackResourceResult.setStackResourceDetail(StackResourceDetail stackResourceDetail)
A
StackResourceDetail structure containing the
description of the specified resource in the specified stack. |
DescribeStackResourceResult |
DescribeStackResourceResult.withStackResourceDetail(StackResourceDetail stackResourceDetail)
A
StackResourceDetail structure containing the
description of the specified resource in the specified stack. |
Copyright © 2014. All rights reserved.