class
Amazonite::CloudFormation::StackResourceSummary
- Amazonite::CloudFormation::StackResourceSummary
- Reference
- Object
Overview
Contains high-level information about the specified stack resource.
Defined in:
cloudformation/stack_resource_summary.crConstructors
- .from_xml(node : XML::Node) : self
- .new(logical_resource_id : String, resource_type : String, last_updated_timestamp : Time, resource_status : ResourceStatus, physical_resource_id : String | Nil = nil, resource_status_reason : String | Nil = nil, drift_information : StackResourceDriftInformationSummary | Nil = nil, module_info : ModuleInfo | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#drift_information : StackResourceDriftInformationSummary | Nil
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.
-
#drift_information=(drift_information : StackResourceDriftInformationSummary | Nil)
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.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_updated_timestamp : Time
Time the status was updated.
-
#last_updated_timestamp=(last_updated_timestamp : Time)
Time the status was updated.
-
#logical_resource_id : String
The logical name of the resource specified in the template.
-
#logical_resource_id=(logical_resource_id : String)
The logical name of the resource specified in the template.
-
#module_info : ModuleInfo | Nil
Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.
-
#module_info=(module_info : ModuleInfo | Nil)
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 | Nil
The name or unique identifier that corresponds to a physical instance ID of the resource.
-
#physical_resource_id=(physical_resource_id : String | Nil)
The name or unique identifier that corresponds to a physical instance ID of the resource.
-
#resource_status : ResourceStatus
Current status of the resource.
-
#resource_status=(resource_status : ResourceStatus)
Current status of the resource.
-
#resource_status_reason : String | Nil
Success/failure message associated with the resource.
-
#resource_status_reason=(resource_status_reason : String | Nil)
Success/failure message associated with the resource.
-
#resource_type : String
Type of resource.
-
#resource_type=(resource_type : String)
Type of resource.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 Detect unmanaged configuration changes to stacks and resources with drift detection.
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 Detect unmanaged configuration changes to stacks and resources with drift detection.
The logical name of the resource specified in the template.
Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.
Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.
The name or unique identifier that corresponds to a physical instance ID of the resource.
The name or unique identifier that corresponds to a physical instance ID of the resource.
Success/failure message associated with the resource.
Type of resource. (For more information, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.)
Type of resource. (For more information, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.)