Class: Aws::CloudFormation::Types::StackResourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::StackResourceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Contains high-level information about the specified stack resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#drift_information ⇒ 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_timestamp ⇒ Time
Time the status was updated.
-
#logical_resource_id ⇒ String
The logical name of the resource specified in the template.
-
#module_info ⇒ Types::ModuleInfo
Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.
-
#physical_resource_id ⇒ String
The name or unique identifier that corresponds to a physical instance ID of the resource.
-
#resource_status ⇒ String
Current status of the resource.
-
#resource_status_reason ⇒ String
Success/failure message associated with the resource.
-
#resource_type ⇒ String
Type of resource.
Instance Attribute Details
#drift_information ⇒ 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. For more information, see [Detecting Unregulated Configuration Changes to Stacks and Resources].
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 7274 class StackResourceSummary < Struct.new( :logical_resource_id, :physical_resource_id, :resource_type, :last_updated_timestamp, :resource_status, :resource_status_reason, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
Time the status was updated.
7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 7274 class StackResourceSummary < Struct.new( :logical_resource_id, :physical_resource_id, :resource_type, :last_updated_timestamp, :resource_status, :resource_status_reason, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#logical_resource_id ⇒ String
The logical name of the resource specified in the template.
7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 7274 class StackResourceSummary < Struct.new( :logical_resource_id, :physical_resource_id, :resource_type, :last_updated_timestamp, :resource_status, :resource_status_reason, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#module_info ⇒ Types::ModuleInfo
Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.
7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 7274 class StackResourceSummary < Struct.new( :logical_resource_id, :physical_resource_id, :resource_type, :last_updated_timestamp, :resource_status, :resource_status_reason, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#physical_resource_id ⇒ String
The name or unique identifier that corresponds to a physical instance ID of the resource.
7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 7274 class StackResourceSummary < Struct.new( :logical_resource_id, :physical_resource_id, :resource_type, :last_updated_timestamp, :resource_status, :resource_status_reason, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#resource_status ⇒ String
Current status of the resource.
7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 7274 class StackResourceSummary < Struct.new( :logical_resource_id, :physical_resource_id, :resource_type, :last_updated_timestamp, :resource_status, :resource_status_reason, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#resource_status_reason ⇒ String
Success/failure message associated with the resource.
7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 7274 class StackResourceSummary < Struct.new( :logical_resource_id, :physical_resource_id, :resource_type, :last_updated_timestamp, :resource_status, :resource_status_reason, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of resource. (For more information, go to [Amazon Web Services Resource Types Reference] in the CloudFormation User Guide.)
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 7274 class StackResourceSummary < Struct.new( :logical_resource_id, :physical_resource_id, :resource_type, :last_updated_timestamp, :resource_status, :resource_status_reason, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |