StackSetOperationResultSummary

public struct StackSetOperationResultSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Self-managed permissions] The name of the AWS account for this operation result.

    Declaration

    Swift

    public let account: String?
  • The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set operations in an account

    Declaration

    Swift

    public let accountGateResult: AccountGateResult?
  • [Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

    Declaration

    Swift

    public let organizationalUnitId: String?
  • The name of the AWS Region for this operation result.

    Declaration

    Swift

    public let region: String?
  • The result status of the stack set operation for the given account in the given Region. CANCELLED: The operation in the specified account and Region has been cancelled. This is either because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has been exceeded. FAILED: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded. RUNNING: The operation in the specified account and Region is currently in progress. PENDING: The operation in the specified account and Region has yet to start. SUCCEEDED: The operation in the specified account and Region completed successfully.

    Declaration

    Swift

    public let status: StackSetOperationResultStatus?
  • The reason for the assigned result status.

    Declaration

    Swift

    public let statusReason: String?
  • Undocumented

    Declaration

    Swift

    public init(account: String? = nil, accountGateResult: AccountGateResult? = nil, organizationalUnitId: String? = nil, region: String? = nil, status: StackSetOperationResultStatus? = nil, statusReason: String? = nil)