Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
StackResource |
StackResource.clone() |
StackResource |
StackResource.withDescription(String description)
User defined description associated with the resource.
|
StackResource |
StackResource.withDriftInformation(StackResourceDriftInformation driftInformation)
Information about whether the resource's actual configuration differs, or has drifted, from its expected
configuration, as defined in the stack template and any values specified as template parameters.
|
StackResource |
StackResource.withLogicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
|
StackResource |
StackResource.withModuleInfo(ModuleInfo moduleInfo)
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
StackResource |
StackResource.withPhysicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of a resource supported by
CloudFormation.
|
StackResource |
StackResource.withResourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
StackResource |
StackResource.withResourceStatus(String resourceStatus)
Current status of the resource.
|
StackResource |
StackResource.withResourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.
|
StackResource |
StackResource.withResourceType(String resourceType)
Type of resource.
|
StackResource |
StackResource.withStackId(String stackId)
Unique identifier of the stack.
|
StackResource |
StackResource.withStackName(String stackName)
The name associated with the stack.
|
StackResource |
StackResource.withTimestamp(Date timestamp)
Time the status was updated.
|
Modifier and Type | Method and Description |
---|---|
List<StackResource> |
DescribeStackResourcesResult.getStackResources()
A list of
StackResource structures. |
Modifier and Type | Method and Description |
---|---|
DescribeStackResourcesResult |
DescribeStackResourcesResult.withStackResources(StackResource... stackResources)
A list of
StackResource structures. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeStackResourcesResult.setStackResources(Collection<StackResource> stackResources)
A list of
StackResource structures. |
DescribeStackResourcesResult |
DescribeStackResourcesResult.withStackResources(Collection<StackResource> stackResources)
A list of
StackResource structures. |
Copyright © 2023. All rights reserved.