ListBillingGroupsFilter
The filter that specifies the billing groups and pricing plans to retrieve billing group information.
Contents
- Arns
-
The list of billing group Amazon Resource Names (ARNs) to retrieve information.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Pattern:
(arn:aws(-cn)?:billingconductor::[0-9]{12}:billinggroup/)?[a-zA-Z0-9]{10,12}Required: No
- AutoAssociate
-
Specifies if this billing group will automatically associate newly added AWS accounts that join your consolidated billing family.
Type: Boolean
Required: No
- BillingGroupTypes
-
Filter billing groups by their type.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 2 items.
Valid Values:
STANDARD | TRANSFER_BILLINGRequired: No
- Names
-
Filter billing groups by their names.
Type: Array of StringSearch objects
Array Members: Fixed number of 1 item.
Required: No
- PricingPlan
-
The pricing plan Amazon Resource Names (ARNs) to retrieve information.
Type: String
Pattern:
arn:aws(-cn)?:billingconductor::(aws|[0-9]{12}):pricingplan/(BasicPricingPlan|[a-zA-Z0-9]{10})Required: No
- PrimaryAccountIds
-
A list of primary account IDs to filter the billing groups.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Pattern:
[0-9]{12}Required: No
- ResponsibilityTransferArns
-
Filter billing groups by their responsibility transfer ARNs.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 30 items.
Pattern:
arn:[a-z0-9][a-z0-9-.]{0,62}:organizations::\d{12}:transfer/o-[a-z0-9]{10,32}/(billing)/(inbound|outbound)/rt-[0-9a-z]{8,32}Required: No
- Statuses
-
A list of billing groups to retrieve their current status for a specific time range
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 2 items.
Valid Values:
ACTIVE | PRIMARY_ACCOUNT_MISSING | PENDINGRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: