DeploymentTargets
public struct DeploymentTargets : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The names of one or more AWS accounts for which you want to deploy stack set updates.
Declaration
Swift
public let accounts: [String]?
-
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
Declaration
Swift
public let organizationalUnitIds: [String]?
-
Undocumented
Declaration
Swift
public init(accounts: [String]? = nil, organizationalUnitIds: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws