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 stack set.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.StackSetSummary

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

Syntax

C#
public class StackSetSummary

The StackSetSummary type exposes the following members

Constructors

NameDescription
Public Method StackSetSummary()

Properties

NameTypeDescription
Public Property AutoDeployment Amazon.CloudFormation.Model.AutoDeployment

Gets and sets the property AutoDeployment.

[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).

Public Property Description System.String

Gets and sets the property Description.

A description of the stack set that you specify when the stack set is created or updated.

Public Property DriftStatus Amazon.CloudFormation.StackDriftStatus

Gets and sets the property DriftStatus.

Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.

  • DRIFTED: One or more of the stack instances belonging to the stack set stack differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted.

  • NOT_CHECKED: CloudFormation hasn't checked the stack set for drift.

  • IN_SYNC: All the stack instances belonging to the stack set stack match from the expected template and parameter configuration.

  • UNKNOWN: This value is reserved for future use.

Public Property LastDriftCheckTimestamp System.DateTime

Gets and sets the property LastDriftCheckTimestamp.

Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be NULL for any stack set on which drift detection hasn't yet been performed.

Public Property ManagedExecution Amazon.CloudFormation.Model.ManagedExecution

Gets and sets the property ManagedExecution.

Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

Public Property PermissionModel Amazon.CloudFormation.PermissionModels

Gets and sets the property PermissionModel.

Describes how the IAM roles required for stack set operations are created.

Public Property StackSetId System.String

Gets and sets the property StackSetId.

The ID of the stack set.

Public Property StackSetName System.String

Gets and sets the property StackSetName.

The name of the stack set.

Public Property Status Amazon.CloudFormation.StackSetStatus

Gets and sets the property Status.

The status of the stack set.

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