ResourceChangeDetail

For a resource with Modify as the action, the ResourceChange structure describes the changes CloudFormation will make to that resource.

Types

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

Properties

Link copied to clipboard

The identity of the entity that triggered this change. This entity is a member of the group that's specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

Link copied to clipboard

The group to which the CausingEntity value belongs. There are five entity groups:

Link copied to clipboard

Indicates whether CloudFormation can determine the target value, and whether the target value will change before you execute a change set.

Link copied to clipboard

A ResourceTargetDefinition structure that describes the field that CloudFormation will change and whether the resource will be recreated.

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