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

Description

 
Synopsis

Documentation

data ResourceDataSyncSource Source #

Information about the source of the data included in the resource data sync.

See: newResourceDataSyncSource smart constructor.

Constructors

ResourceDataSyncSource' 

Fields

  • enableAllOpsDataSources :: Maybe Bool

    When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.

  • includeFutureRegions :: Maybe Bool

    Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.

  • awsOrganizationsSource :: Maybe ResourceDataSyncAwsOrganizationsSource

    Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations.

  • sourceType :: Text

    The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or SingleAccountMultiRegions.

  • sourceRegions :: [Text]

    The SyncSource Amazon Web Services Regions included in the resource data sync.

Instances

Instances details
Eq ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

Read ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

Show ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

Generic ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

Associated Types

type Rep ResourceDataSyncSource :: Type -> Type #

NFData ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

Methods

rnf :: ResourceDataSyncSource -> () #

Hashable ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

ToJSON ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

type Rep ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

type Rep ResourceDataSyncSource = D1 ('MetaData "ResourceDataSyncSource" "Amazonka.SSM.Types.ResourceDataSyncSource" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "ResourceDataSyncSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enableAllOpsDataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "includeFutureRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "awsOrganizationsSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceDataSyncAwsOrganizationsSource)) :*: (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))))

newResourceDataSyncSource Source #

Create a value of ResourceDataSyncSource 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:enableAllOpsDataSources:ResourceDataSyncSource', resourceDataSyncSource_enableAllOpsDataSources - When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.

$sel:includeFutureRegions:ResourceDataSyncSource', resourceDataSyncSource_includeFutureRegions - Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.

$sel:awsOrganizationsSource:ResourceDataSyncSource', resourceDataSyncSource_awsOrganizationsSource - Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations.

$sel:sourceType:ResourceDataSyncSource', resourceDataSyncSource_sourceType - The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or SingleAccountMultiRegions.

$sel:sourceRegions:ResourceDataSyncSource', resourceDataSyncSource_sourceRegions - The SyncSource Amazon Web Services Regions included in the resource data sync.

resourceDataSyncSource_enableAllOpsDataSources :: Lens' ResourceDataSyncSource (Maybe Bool) Source #

When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.

resourceDataSyncSource_includeFutureRegions :: Lens' ResourceDataSyncSource (Maybe Bool) Source #

Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.

resourceDataSyncSource_awsOrganizationsSource :: Lens' ResourceDataSyncSource (Maybe ResourceDataSyncAwsOrganizationsSource) Source #

Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations.

resourceDataSyncSource_sourceType :: Lens' ResourceDataSyncSource Text Source #

The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or SingleAccountMultiRegions.

resourceDataSyncSource_sourceRegions :: Lens' ResourceDataSyncSource [Text] Source #

The SyncSource Amazon Web Services Regions included in the resource data sync.