libZSservicesZSamazonka-ssmZSamazonka-ssm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

Description

 
Synopsis

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

Instances details
Eq ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

Read ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

Show ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

Generic ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

NFData ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

Hashable ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

ToJSON ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

FromJSON ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

type Rep ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

type Rep ResourceDataSyncAwsOrganizationsSource = D1 ('MetaData "ResourceDataSyncAwsOrganizationsSource" "Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "ResourceDataSyncAwsOrganizationsSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "organizationalUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ResourceDataSyncOrganizationalUnit))) :*: S1 ('MetaSel ('Just "organizationSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResourceDataSyncAwsOrganizationsSource Source #

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_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.