class
Amazonite::CloudFormation::StackInstanceResourceDriftsSummary
Overview
The structure containing summary information about resource drifts for a stack instance.
Defined in:
cloudformation/stack_instance_resource_drifts_summary.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_id : String, logical_resource_id : String, resource_type : String, stack_resource_drift_status : StackResourceDriftStatus, timestamp : Time, physical_resource_id : String | Nil = nil, physical_resource_id_context : Array(PhysicalResourceIdContextKeyValuePair) | Nil = nil, property_differences : Array(PropertyDifference) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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.
-
#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.
-
#physical_resource_id_context : Array(PhysicalResourceIdContextKeyValuePair) | Nil
Context information that enables CloudFormation to uniquely identify a resource.
-
#physical_resource_id_context=(physical_resource_id_context : Array(PhysicalResourceIdContextKeyValuePair) | Nil)
Context information that enables CloudFormation to uniquely identify a resource.
-
#property_differences : Array(PropertyDifference) | Nil
Status of the actual configuration of the resource compared to its expected configuration.
-
#property_differences=(property_differences : Array(PropertyDifference) | Nil)
Status of the actual configuration of the resource compared to its expected configuration.
-
#resource_type : String
Type of resource.
-
#resource_type=(resource_type : String)
Type of resource.
-
#stack_id : String
The ID of the stack instance.
-
#stack_id=(stack_id : String)
The ID of the stack instance.
-
#stack_resource_drift_status : StackResourceDriftStatus
The drift status of the resource in a stack instance.
-
#stack_resource_drift_status=(stack_resource_drift_status : StackResourceDriftStatus)
The drift status of the resource in a stack instance.
-
#timestamp : Time
Time at which the stack instance drift detection operation was initiated.
-
#timestamp=(timestamp : Time)
Time at which the stack instance drift detection operation was initiated.
- #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?.
The logical name of the resource specified in the 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.
Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.
Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.
Status of the actual configuration of the resource compared to its expected configuration. These
will be present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.
Status of the actual configuration of the resource compared to its expected configuration. These
will be present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.
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.
The drift status of the resource in a stack instance.
-
DELETED: The resource differs from its expected template configuration in that the resource has been deleted. -
MODIFIED: One or more resource properties differ from their expected template values. -
IN_SYNC: The resource's actual configuration matches its expected template configuration. -
NOT_CHECKED: CloudFormation doesn't currently return this value.
The drift status of the resource in a stack instance.
-
DELETED: The resource differs from its expected template configuration in that the resource has been deleted. -
MODIFIED: One or more resource properties differ from their expected template values. -
IN_SYNC: The resource's actual configuration matches its expected template configuration. -
NOT_CHECKED: CloudFormation doesn't currently return this value.
Time at which the stack instance drift detection operation was initiated.