class
Amazonite::CloudFormation::StackResource
- Amazonite::CloudFormation::StackResource
- Reference
- Object
Overview
The StackResource data type.
Defined in:
cloudformation/stack_resource.crConstructors
- .from_xml(node : XML::Node) : self
- .new(logical_resource_id : String, resource_type : String, timestamp : Time, resource_status : ResourceStatus, stack_name : String | Nil = nil, stack_id : String | Nil = nil, physical_resource_id : String | Nil = nil, resource_status_reason : String | Nil = nil, description : String | Nil = nil, drift_information : StackResourceDriftInformation | Nil = nil, module_info : ModuleInfo | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
User defined description associated with the resource.
-
#description=(description : String | Nil)
User defined description associated with the resource.
-
#drift_information : StackResourceDriftInformation | 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 : StackResourceDriftInformation | 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) -
#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 a resource supported by CloudFormation.
-
#physical_resource_id=(physical_resource_id : String | Nil)
The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
-
#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.
-
#stack_id : String | Nil
Unique identifier of the stack.
-
#stack_id=(stack_id : String | Nil)
Unique identifier of the stack.
-
#stack_name : String | Nil
The name associated with the stack.
-
#stack_name=(stack_name : String | Nil)
The name associated with the stack.
-
#timestamp : Time
Time the status was updated.
-
#timestamp=(timestamp : Time)
Time the status was updated.
- #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?.
User defined description associated with the resource.
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 a resource supported by CloudFormation.
The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
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.