StackSetSummary
public struct StackSetSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organizational unit (OU).
Declaration
Swift
public let autoDeployment: AutoDeployment?
-
A description of the stack set that you specify when the stack set is created or updated.
Declaration
Swift
public let description: String?
-
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: AWS CloudFormation has not checked the stack set for drift. IN_SYNC: All of 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.
Declaration
Swift
public let driftStatus: StackDriftStatus?
-
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 has not yet been performed.
Declaration
Swift
public let lastDriftCheckTimestamp: TimeStamp?
-
Describes how the IAM roles required for stack set operations are created. With self-managed permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions. With service-managed permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations. For more information, see Grant Service-Managed Stack Set Permissions.
Declaration
Swift
public let permissionModel: PermissionModels?
-
The ID of the stack set.
Declaration
Swift
public let stackSetId: String?
-
The name of the stack set.
Declaration
Swift
public let stackSetName: String?
-
The status of the stack set.
Declaration
Swift
public let status: StackSetStatus?
-
init(autoDeployment:description:driftStatus:lastDriftCheckTimestamp:permissionModel:stackSetId:stackSetName:status:)
Undocumented
Declaration
Swift
public init(autoDeployment: AutoDeployment? = nil, description: String? = nil, driftStatus: StackDriftStatus? = nil, lastDriftCheckTimestamp: TimeStamp? = nil, permissionModel: PermissionModels? = nil, stackSetId: String? = nil, stackSetName: String? = nil, status: StackSetStatus? = nil)