StackSetOperation

The structure that contains information about a StackSet operation.

Types

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

Properties

Link copied to clipboard

The type of StackSet operation: CREATE, UPDATE, or DELETE. Create and delete operations affect only the specified stack instances that are associated with the specified StackSet. Update operations affect both the StackSet itself, in addition to all associated stack instances.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role used to perform this StackSet operation.

Link copied to clipboard

The time at which the operation was initiated. Note that the creation times for the stack set operation might differ from the creation time of the individual stacks themselves. This is because CloudFormation needs to perform preparatory work for the operation, such as dispatching the work to the requested Regions, before actually creating the first stacks.

Link copied to clipboard

The Organizations accounts affected by the stack operation. Valid only if the StackSet uses service-managed permissions.

Link copied to clipboard

The time at which the StackSet operation ended, across all accounts and Regions specified. Note that this doesn't necessarily mean that the StackSet operation was successful, or even attempted, in each account or Region.

Link copied to clipboard

The name of the IAM execution role used to create or update the StackSet.

Link copied to clipboard

The unique ID of a StackSet operation.

Link copied to clipboard

The preferences for how CloudFormation performs this StackSet operation.

Link copied to clipboard

For StackSet operations of action type DELETE, specifies whether to remove the stack instances from the specified StackSet, but doesn't delete the stacks. You can't re-associate a retained stack, or add an existing, saved stack to a new StackSet.

Link copied to clipboard

Detailed information about the drift status of the StackSet. This includes information about drift operations currently being performed on the StackSet.

Link copied to clipboard

The ID of the StackSet.

Link copied to clipboard

The status of the operation.

Link copied to clipboard

Detailed information about the StackSet operation.

Link copied to clipboard

The status of the operation in details.

Functions

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