| 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.SSM.Types.ResourceDataSyncAwsOrganizationsSource
Description
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.
Constructors
| ResourceDataSyncAwsOrganizationsSource' | |
Fields
| |
Instances
newResourceDataSyncAwsOrganizationsSource Source #
Arguments
| :: 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.