DeploymentTargets class
<code>Service-managed</code> permissions
The AWS Organizations accounts to
which StackSets deploys. StackSets does not deploy stack instances to the
organization management account, even if the organization management account
is in your organization or in an OU in your organization.
For update operations, you can specify either Accounts
or
OrganizationalUnitIds
. For create and delete operations,
specify OrganizationalUnitIds
.
Constructors
-
DeploymentTargets({List<
String> ? accounts, List<String> ? organizationalUnitIds}) - DeploymentTargets.fromXml(XmlElement elem)
-
factory
Properties
-
accounts
→ List<
String> ? -
The names of one or more AWS accounts for which you want to deploy stack set
updates.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
organizationalUnitIds
→ List<
String> ? -
The organization root ID or organizational unit (OU) IDs to which StackSets
deploys.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited