class Aws::CloudFormation::Types::StackResourceSummary

Contains high-level information about the specified stack resource.

@!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 the resource.
@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] last_updated_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] 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::StackResourceDriftInformationSummary]

@!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/StackResourceSummary AWS API Documentation

Constants

SENSITIVE