Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ResourceDataSyncAwsOrganizationsSource = ResourceDataSyncAwsOrganizationsSource' {}
- newResourceDataSyncAwsOrganizationsSource :: Text -> ResourceDataSyncAwsOrganizationsSource
- resourceDataSyncAwsOrganizationsSource_organizationalUnits :: Lens' ResourceDataSyncAwsOrganizationsSource (Maybe (NonEmpty ResourceDataSyncOrganizationalUnit))
- resourceDataSyncAwsOrganizationsSource_organizationSourceType :: Lens' ResourceDataSyncAwsOrganizationsSource Text
Documentation
data ResourceDataSyncAwsOrganizationsSource Source #
Information about the AwsOrganizationsSource
resource data sync
source. A sync source of this type can synchronize data from
Organizations or, if an Amazon Web Services organization isn't present,
from multiple Amazon Web Services Regions.
See: newResourceDataSyncAwsOrganizationsSource
smart constructor.
ResourceDataSyncAwsOrganizationsSource' | |
|
Instances
newResourceDataSyncAwsOrganizationsSource Source #
:: Text |
|
-> ResourceDataSyncAwsOrganizationsSource |
Create a value of ResourceDataSyncAwsOrganizationsSource
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:organizationalUnits:ResourceDataSyncAwsOrganizationsSource'
, resourceDataSyncAwsOrganizationsSource_organizationalUnits
- The Organizations organization units included in the sync.
$sel:organizationSourceType:ResourceDataSyncAwsOrganizationsSource'
, resourceDataSyncAwsOrganizationsSource_organizationSourceType
- If an Amazon Web Services organization is present, this is either
OrganizationalUnits
or EntireOrganization
. For
OrganizationalUnits
, the data is aggregated from a set of organization
units. For EntireOrganization
, the data is aggregated from the entire
Amazon Web Services organization.
resourceDataSyncAwsOrganizationsSource_organizationalUnits :: Lens' ResourceDataSyncAwsOrganizationsSource (Maybe (NonEmpty ResourceDataSyncOrganizationalUnit)) Source #
The Organizations organization units included in the sync.
resourceDataSyncAwsOrganizationsSource_organizationSourceType :: Lens' ResourceDataSyncAwsOrganizationsSource Text Source #
If an Amazon Web Services organization is present, this is either
OrganizationalUnits
or EntireOrganization
. For
OrganizationalUnits
, the data is aggregated from a set of organization
units. For EntireOrganization
, the data is aggregated from the entire
Amazon Web Services organization.