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

Class: Aws::CloudFormation::Types::StackResourceDetail

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

Overview

Contains detailed information about the specified stack resource.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

User defined description associated with the resource.

Returns:

  • (String)

    User defined description associated with the resource.

#drift_informationTypes::StackResourceDriftInformation

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::StackResourceDriftInformation)

    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.

#metadataString

The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

Returns:

  • (String)

    The content of the Metadata attribute declared for the resource.

#physical_resource_idString

The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

Returns:

  • (String)

    The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.

#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.

#stack_idString

Unique identifier of the stack.

Returns:

  • (String)

    Unique identifier of the stack.

#stack_nameString

The name associated with the stack.

Returns:

  • (String)

    The name associated with the stack.