ProvisioningArtifactPreferences

public struct ProvisioningArtifactPreferences : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • One or more AWS accounts where stack instances are deployed from the stack set. These accounts can be scoped in ProvisioningPreferences$StackSetAccounts and UpdateProvisioningPreferences$StackSetAccounts. Applicable only to a CFN_STACKSET provisioned product type.

    Declaration

    Swift

    public let stackSetAccounts: [String]?
  • One or more AWS Regions where stack instances are deployed from the stack set. These regions can be scoped in ProvisioningPreferences$StackSetRegions and UpdateProvisioningPreferences$StackSetRegions. Applicable only to a CFN_STACKSET provisioned product type.

    Declaration

    Swift

    public let stackSetRegions: [String]?
  • Undocumented

    Declaration

    Swift

    public init(stackSetAccounts: [String]? = nil, stackSetRegions: [String]? = nil)