class
Amazonite::CloudFormation::DeploymentTargets
- Amazonite::CloudFormation::DeploymentTargets
- Reference
- Object
Overview
Specifies the Organizations accounts where you want to create, update, or delete stack instances. You can target either your entire organization or specific accounts using organizational units (OUs) and account filter options.
CloudFormation doesn't 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.
When performing create operations, if you specify both OrganizationalUnitIds and Accounts,
you must also specify the AccountFilterType property.
Defined in:
cloudformation/deployment_targets.crConstructors
- .from_xml(node : XML::Node) : self
- .new(accounts : Array(String) | Nil = nil, accounts_url : String | Nil = nil, organizational_unit_ids : Array(String) | Nil = nil, account_filter_type : AccountFilterType | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#account_filter_type : AccountFilterType | Nil
Refines which accounts will have stack operations performed on them by specifying how to use the
AccountsandOrganizationalUnitIdsproperties together. -
#account_filter_type=(account_filter_type : AccountFilterType | Nil)
Refines which accounts will have stack operations performed on them by specifying how to use the
AccountsandOrganizationalUnitIdsproperties together. -
#accounts : Array(String) | Nil
The Amazon Web Services account IDs where you want to perform stack operations.
-
#accounts=(accounts : Array(String) | Nil)
The Amazon Web Services account IDs where you want to perform stack operations.
-
#accounts_url : String | Nil
The Amazon S3 URL path to a file that contains a list of Amazon Web Services account IDs.
-
#accounts_url=(accounts_url : String | Nil)
The Amazon S3 URL path to a file that contains a list of Amazon Web Services account IDs.
-
#hash(hasher)
See
Object#hash(hasher) -
#organizational_unit_ids : Array(String) | Nil
The organization root ID or organizational unit (OU) IDs where you want to perform stack operations.
-
#organizational_unit_ids=(organizational_unit_ids : Array(String) | Nil)
The organization root ID or organizational unit (OU) IDs where you want to perform stack operations.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Refines which accounts will have stack operations performed on them by specifying how to use the
Accounts and OrganizationalUnitIds properties together.
The following values determine how CloudFormation selects target accounts:
-
INTERSECTION: Performs stack operations only on specific individual accounts within the selected OUs. Only accounts that are both specified in theAccountsproperty and belong to the specified OUs will be targeted. -
DIFFERENCE: Performs stack operations on all accounts in the selected OUs except for specific accounts listed in theAccountsproperty. This enables you to exclude certain accounts within an OU, such as suspended accounts. -
UNION: Performs stack operations on the specified OUs plus additional individual accounts listed in theAccountsproperty. This is the default value ifAccountFilterTypeis not provided. This lets you target an entire OU and individual accounts from a different OU in one request. Note thatUNIONis not supported forCreateStackInstancesoperations. -
NONE: Performs stack operations on all accounts in the specified organizational units (OUs).
Refines which accounts will have stack operations performed on them by specifying how to use the
Accounts and OrganizationalUnitIds properties together.
The following values determine how CloudFormation selects target accounts:
-
INTERSECTION: Performs stack operations only on specific individual accounts within the selected OUs. Only accounts that are both specified in theAccountsproperty and belong to the specified OUs will be targeted. -
DIFFERENCE: Performs stack operations on all accounts in the selected OUs except for specific accounts listed in theAccountsproperty. This enables you to exclude certain accounts within an OU, such as suspended accounts. -
UNION: Performs stack operations on the specified OUs plus additional individual accounts listed in theAccountsproperty. This is the default value ifAccountFilterTypeis not provided. This lets you target an entire OU and individual accounts from a different OU in one request. Note thatUNIONis not supported forCreateStackInstancesoperations. -
NONE: Performs stack operations on all accounts in the specified organizational units (OUs).
The Amazon Web Services account IDs where you want to perform stack operations. How these
accounts are used depends on the AccountFilterType property.
If you have many account numbers, you can provide those accounts using the AccountsUrl
property instead.
The Amazon Web Services account IDs where you want to perform stack operations. How these
accounts are used depends on the AccountFilterType property.
If you have many account numbers, you can provide those accounts using the AccountsUrl
property instead.
The Amazon S3 URL path to a file that contains a list of Amazon Web Services account IDs. The
file format must be either .csv or .txt, and the data can be comma-separated or
new-line-separated. There is currently a 10MB limit for the data (approximately 800,000
accounts).
This property serves the same purpose as Accounts but allows you to specify a large number of
accounts.
The Amazon S3 URL path to a file that contains a list of Amazon Web Services account IDs. The
file format must be either .csv or .txt, and the data can be comma-separated or
new-line-separated. There is currently a 10MB limit for the data (approximately 800,000
accounts).
This property serves the same purpose as Accounts but allows you to specify a large number of
accounts.
The organization root ID or organizational unit (OU) IDs where you want to perform stack operations. CloudFormation will perform operations on accounts within these OUs and their child OUs.
The organization root ID or organizational unit (OU) IDs where you want to perform stack operations. CloudFormation will perform operations on accounts within these OUs and their child OUs.