public static interface DeploymentTargets.Builder extends SdkPojo, CopyableBuilder<DeploymentTargets.Builder,DeploymentTargets>
| Modifier and Type | Method and Description |
|---|---|
DeploymentTargets.Builder |
accountFilterType(AccountFilterType accountFilterType)
Limit deployment targets to individual accounts or include additional accounts with provided OUs.
|
DeploymentTargets.Builder |
accountFilterType(String accountFilterType)
Limit deployment targets to individual accounts or include additional accounts with provided OUs.
|
DeploymentTargets.Builder |
accounts(Collection<String> accounts)
The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.
|
DeploymentTargets.Builder |
accounts(String... accounts)
The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.
|
DeploymentTargets.Builder |
accountsUrl(String accountsUrl)
Returns the value of the
AccountsUrl property. |
DeploymentTargets.Builder |
organizationalUnitIds(Collection<String> organizationalUnitIds)
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
|
DeploymentTargets.Builder |
organizationalUnitIds(String... organizationalUnitIds)
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentTargets.Builder accounts(Collection<String> accounts)
The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.
accounts - The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.DeploymentTargets.Builder accounts(String... accounts)
The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.
accounts - The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.DeploymentTargets.Builder accountsUrl(String accountsUrl)
Returns the value of the AccountsUrl property.
accountsUrl - Returns the value of the AccountsUrl property.DeploymentTargets.Builder organizationalUnitIds(Collection<String> organizationalUnitIds)
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
organizationalUnitIds - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.DeploymentTargets.Builder organizationalUnitIds(String... organizationalUnitIds)
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
organizationalUnitIds - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.DeploymentTargets.Builder accountFilterType(String accountFilterType)
Limit deployment targets to individual accounts or include additional accounts with provided OUs.
The following is a list of possible values for the AccountFilterType operation.
INTERSECTION: StackSets deploys to the accounts specified in Accounts parameter.
DIFFERENCE: StackSets excludes the accounts specified in Accounts parameter. This
enables user to avoid certain accounts within an OU such as suspended accounts.
UNION: StackSets includes additional accounts deployment targets.
This is the default value if AccountFilterType is not provided. This enables user to update an
entire OU and individual accounts from a different OU in one request, which used to be two separate requests.
NONE: Deploys to all the accounts in specified organizational units (OU).
accountFilterType - Limit deployment targets to individual accounts or include additional accounts with provided OUs.
The following is a list of possible values for the AccountFilterType operation.
INTERSECTION: StackSets deploys to the accounts specified in Accounts
parameter.
DIFFERENCE: StackSets excludes the accounts specified in Accounts parameter.
This enables user to avoid certain accounts within an OU such as suspended accounts.
UNION: StackSets includes additional accounts deployment targets.
This is the default value if AccountFilterType is not provided. This enables user to
update an entire OU and individual accounts from a different OU in one request, which used to be two
separate requests.
NONE: Deploys to all the accounts in specified organizational units (OU).
AccountFilterType,
AccountFilterTypeDeploymentTargets.Builder accountFilterType(AccountFilterType accountFilterType)
Limit deployment targets to individual accounts or include additional accounts with provided OUs.
The following is a list of possible values for the AccountFilterType operation.
INTERSECTION: StackSets deploys to the accounts specified in Accounts parameter.
DIFFERENCE: StackSets excludes the accounts specified in Accounts parameter. This
enables user to avoid certain accounts within an OU such as suspended accounts.
UNION: StackSets includes additional accounts deployment targets.
This is the default value if AccountFilterType is not provided. This enables user to update an
entire OU and individual accounts from a different OU in one request, which used to be two separate requests.
NONE: Deploys to all the accounts in specified organizational units (OU).
accountFilterType - Limit deployment targets to individual accounts or include additional accounts with provided OUs.
The following is a list of possible values for the AccountFilterType operation.
INTERSECTION: StackSets deploys to the accounts specified in Accounts
parameter.
DIFFERENCE: StackSets excludes the accounts specified in Accounts parameter.
This enables user to avoid certain accounts within an OU such as suspended accounts.
UNION: StackSets includes additional accounts deployment targets.
This is the default value if AccountFilterType is not provided. This enables user to
update an entire OU and individual accounts from a different OU in one request, which used to be two
separate requests.
NONE: Deploys to all the accounts in specified organizational units (OU).
AccountFilterType,
AccountFilterTypeCopyright © 2022. All rights reserved.