AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The structures that contain summary information about the specified operation.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.StackSetOperationSummary

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z

Syntax

C#
public class StackSetOperationSummary

The StackSetOperationSummary type exposes the following members

Constructors

NameDescription
Public Method StackSetOperationSummary()

Properties

NameTypeDescription
Public Property Action Amazon.CloudFormation.StackSetOperationAction

Gets and sets the property Action.

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.

Public Property CreationTimestamp System.DateTime

Gets and sets the property CreationTimestamp.

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.

Public Property EndTimestamp System.DateTime

Gets and sets the property EndTimestamp.

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.

Public Property OperationId System.String

Gets and sets the property OperationId.

The unique ID of the stack set operation.

Public Property OperationPreferences Amazon.CloudFormation.Model.StackSetOperationPreferences

Gets and sets the property OperationPreferences.

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

For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.

Public Property Status Amazon.CloudFormation.StackSetOperationStatus

Gets and sets the property Status.

The overall status of the operation.

  • FAILED: The operation exceeded the specified failure tolerance. The failure tolerance value that you've set for an operation is applied for each Region during stack create and update operations. If the number of failed stacks within a Region exceeds the failure tolerance, the status of the operation in the Region is set to FAILED. This in turn sets the status of the operation as a whole to FAILED, and CloudFormation cancels the operation in any remaining Regions.

  • QUEUED: [Service-managed permissions] For automatic deployments that require a sequence of operations, the operation is queued to be performed. For more information, see the stack set operation status codes in the CloudFormation User Guide.

  • RUNNING: The operation is currently being performed.

  • STOPPED: The user has canceled the operation.

  • STOPPING: The operation is in the process of stopping, at user request.

  • SUCCEEDED: The operation completed creating or updating all the specified stacks without exceeding the failure tolerance for the operation.

Public Property StatusDetails Amazon.CloudFormation.Model.StackSetOperationStatusDetails

Gets and sets the property StatusDetails.

Detailed information about the stack set operation.

Public Property StatusReason System.String

Gets and sets the property StatusReason.

The status of the operation in details.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5