StackInstanceResourceDriftsSummary

The structure containing summary information about resource drifts for a stack instance.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The logical name of the resource specified in the template.

Link copied to clipboard

The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

Link copied to clipboard

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.

Link copied to clipboard

Status of the actual configuration of the resource compared to its expected configuration. These will be present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.

Link copied to clipboard

Type of resource. For more information, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

Link copied to clipboard

The ID of the stack instance.

Link copied to clipboard

The drift status of the resource in a stack instance.

Link copied to clipboard

Time at which the stack instance drift detection operation was initiated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String