class Aws::CloudFormation::Types::StackResource
The StackResource
data type.
@!attribute [rw] stack_name
The name associated with the stack. @return [String]
@!attribute [rw] stack_id
Unique identifier of the stack. @return [String]
@!attribute [rw] logical_resource_id
The logical name of the resource specified in the template. @return [String]
@!attribute [rw] physical_resource_id
The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation. @return [String]
@!attribute [rw] resource_type
Type of resource. For more information, go to [Amazon Web Services Resource Types Reference][1] in the CloudFormation User Guide. [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html @return [String]
@!attribute [rw] timestamp
Time the status was updated. @return [Time]
@!attribute [rw] resource_status
Current status of the resource. @return [String]
@!attribute [rw] resource_status_reason
Success/failure message associated with the resource. @return [String]
@!attribute [rw] description
User defined description associated with the resource. @return [String]
@!attribute [rw] drift_information
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. For more information, see [Detecting Unregulated Configuration Changes to Stacks and Resources][1]. [1]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html @return [Types::StackResourceDriftInformation]
@!attribute [rw] module_info
Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template. @return [Types::ModuleInfo]
@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackResource AWS API Documentation
Constants
- SENSITIVE