You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFormation::StackResource
- Inherits:
-
Resources::Resource
- Object
- Resources::Resource
- Aws::CloudFormation::StackResource
- Defined in:
- (unknown)
Instance Attribute Summary collapse
-
#description ⇒ String
readonly
User defined description associated with the resource.
-
#drift_information ⇒ Types::StackResourceDriftInformation
readonly
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_timestamp ⇒ Time
readonly
Time the status was updated.
-
#logical_id ⇒ String
readonly
-
#logical_resource_id ⇒ String
readonly
The logical name of the resource specified in the template.
-
#metadata ⇒ String
readonly
The content of the
Metadata
attribute declared for the resource. -
#physical_resource_id ⇒ String
readonly
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
-
#resource_status ⇒ String
readonly
Current status of the resource.
-
#resource_status_reason ⇒ String
readonly
Success/failure message associated with the resource.
-
#resource_type ⇒ String
readonly
Type of resource.
-
#stack_id ⇒ String
readonly
Unique identifier of the stack.
-
#stack_name ⇒ String
readonly
Attributes inherited from Resources::Resource
Instance Method Summary collapse
-
#initialize ⇒ Object
constructor
-
#stack ⇒ Stack
Methods inherited from Resources::Resource
add_data_attribute, add_identifier, #data, data_attributes, #data_loaded?, identifiers, #load, #wait_until
Methods included from Resources::OperationMethods
#add_batch_operation, #add_operation, #batch_operation, #batch_operation_names, #batch_operations, #operation, #operation_names, #operations
Constructor Details
#initialize(stack_name, logical_id, options = {}) ⇒ Object #initialize(options = {}) ⇒ Object
Instance Attribute Details
#description ⇒ String (readonly)
User defined description associated with the resource.
#drift_information ⇒ Types::StackResourceDriftInformation (readonly)
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.
#last_updated_timestamp ⇒ Time (readonly)
Time the status was updated.
#logical_id ⇒ String (readonly)
#logical_resource_id ⇒ String (readonly)
The logical name of the resource specified in the template.
#metadata ⇒ String (readonly)
The content of the Metadata
attribute declared for the resource. For
more information, see Metadata Attribute in the AWS CloudFormation
User Guide.
#physical_resource_id ⇒ String (readonly)
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
#resource_status ⇒ String (readonly)
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
#resource_status_reason ⇒ String (readonly)
Success/failure message associated with the resource.
#resource_type ⇒ String (readonly)
Type of resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
#stack_id ⇒ String (readonly)
Unique identifier of the stack.