StackRefactorAction

Describes the stack and the action that CloudFormation will perform on it if you execute the stack refactor.

Types

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

Properties

Link copied to clipboard

The action that CloudFormation takes on the stack.

Link copied to clipboard

A description to help you identify the refactor.

Link copied to clipboard

The detection type is one of the following:

Link copied to clipboard

The description of the detection type.

Link copied to clipboard

The type that will be evaluated in the StackRefactorAction. The following are potential Entity types:

Link copied to clipboard

The name or unique identifier associated with the physical instance of the resource.

Link copied to clipboard

A key-value pair that identifies the target resource. The key is an identifier property (for example, BucketName for AWS::S3::Bucket resources) and the value is the actual property value (for example, MyS3Bucket).

Link copied to clipboard

The mapping for the stack resource Source and stack resource Destination.

Link copied to clipboard

Assigns one or more tags to specified resources.

Link copied to clipboard

Removes one or more tags to specified resources.

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