ResourceChange

Information about a resource change that will occur when a plan is executed.

Types

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

Properties

Link copied to clipboard

The change action.

Link copied to clipboard

Information about the resource changes.

Link copied to clipboard

The ID of the resource, as defined in the CloudFormation template.

Link copied to clipboard

The ID of the resource, if it was already created.

Link copied to clipboard

If the change type is Modify, indicates whether the existing resource is deleted and replaced with a new one.

Link copied to clipboard

The type of resource.

Link copied to clipboard

The change scope.

Functions

Link copied to clipboard
inline fun copy(block: ResourceChange.Builder.() -> Unit = {}): ResourceChange
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