You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::StackResourceSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains high-level information about the specified stack resource.

Instance Attribute Summary collapse

Instance Attribute Details

#drift_informationTypes::StackResourceDriftInformationSummary

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.

Returns:

  • (Types::StackResourceDriftInformationSummary)

    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.

#last_updated_timestampTime

Time the status was updated.

Returns:

  • (Time)

    Time the status was updated.

#logical_resource_idString

The logical name of the resource specified in the template.

Returns:

  • (String)

    The logical name of the resource specified in the template.

#physical_resource_idString

The name or unique identifier that corresponds to a physical instance ID of the resource.

Returns:

  • (String)

    The name or unique identifier that corresponds to a physical instance ID of the resource.

#resource_statusString

Current status of the resource.

Possible values:

  • CREATE_IN_PROGRESS
  • CREATE_FAILED
  • CREATE_COMPLETE
  • DELETE_IN_PROGRESS
  • DELETE_FAILED
  • DELETE_COMPLETE
  • DELETE_SKIPPED
  • UPDATE_IN_PROGRESS
  • UPDATE_FAILED
  • UPDATE_COMPLETE
  • IMPORT_FAILED
  • IMPORT_COMPLETE
  • IMPORT_IN_PROGRESS
  • IMPORT_ROLLBACK_IN_PROGRESS
  • IMPORT_ROLLBACK_FAILED
  • IMPORT_ROLLBACK_COMPLETE

Returns:

  • (String)

    Current status of the resource.

#resource_status_reasonString

Success/failure message associated with the resource.

Returns:

  • (String)

    Success/failure message associated with the resource.

#resource_typeString

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

Returns:

  • (String)

    Type of resource.