Change

class Change

The Change structure describes the changes CloudFormation will perform if you execute the change set.

Types

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

Properties

Link copied to clipboard

Is either null, if no Hooks invoke for the resource, or contains the number of Hooks that will invoke for the resource.

Link copied to clipboard

A ResourceChange structure that describes the resource and action that CloudFormation will perform.

Link copied to clipboard

The type of entity that CloudFormation changes.

Functions

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