StackSetOperationSummary

The structures that contain summary information about the specified operation.

Types

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

Properties

Link copied to clipboard

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

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 time at which the stack set operation ended, across all accounts and Regions specified. Note that this doesn't necessarily mean that the stack set operation was successful, or even attempted, in each account or Region.

Link copied to clipboard

The unique ID of the stack set operation.

Link copied to clipboard

The user-specified preferences for how CloudFormation performs a stack set operation.

Link copied to clipboard

The overall status of the operation.

Link copied to clipboard

Detailed information about the stack set operation.

Link copied to clipboard

The status of the operation in details.

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