Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.BillingConductor.Types.ListAccountAssociationsFilter
Description
Synopsis
- data ListAccountAssociationsFilter = ListAccountAssociationsFilter' {}
- newListAccountAssociationsFilter :: ListAccountAssociationsFilter
- listAccountAssociationsFilter_accountId :: Lens' ListAccountAssociationsFilter (Maybe Text)
- listAccountAssociationsFilter_association :: Lens' ListAccountAssociationsFilter (Maybe Text)
Documentation
data ListAccountAssociationsFilter Source #
The filter on the account ID of the linked account, or any of the following:
MONITORED
: linked accounts that are associated to billing groups.
UNMONITORED
: linked accounts that are not associated to billing
groups.
Billing Group Arn
: linked accounts that are associated to the provided
Billing Group Arn.
See: newListAccountAssociationsFilter
smart constructor.
Constructors
ListAccountAssociationsFilter' | |
Fields
|
Instances
newListAccountAssociationsFilter :: ListAccountAssociationsFilter Source #
Create a value of ListAccountAssociationsFilter
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accountId:ListAccountAssociationsFilter'
, listAccountAssociationsFilter_accountId
- The Amazon Web Services account ID to filter on.
$sel:association:ListAccountAssociationsFilter'
, listAccountAssociationsFilter_association
- MONITORED
: linked accounts that are associated to billing groups.
UNMONITORED
: linked accounts that are not associated to billing
groups.
Billing Group Arn
: linked accounts that are associated to the provided
Billing Group Arn.
listAccountAssociationsFilter_accountId :: Lens' ListAccountAssociationsFilter (Maybe Text) Source #
The Amazon Web Services account ID to filter on.
listAccountAssociationsFilter_association :: Lens' ListAccountAssociationsFilter (Maybe Text) Source #
MONITORED
: linked accounts that are associated to billing groups.
UNMONITORED
: linked accounts that are not associated to billing
groups.
Billing Group Arn
: linked accounts that are associated to the provided
Billing Group Arn.