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 ResourceDataSyncSource = ResourceDataSyncSource' {}
- newResourceDataSyncSource :: Text -> ResourceDataSyncSource
- resourceDataSyncSource_enableAllOpsDataSources :: Lens' ResourceDataSyncSource (Maybe Bool)
- resourceDataSyncSource_includeFutureRegions :: Lens' ResourceDataSyncSource (Maybe Bool)
- resourceDataSyncSource_awsOrganizationsSource :: Lens' ResourceDataSyncSource (Maybe ResourceDataSyncAwsOrganizationsSource)
- resourceDataSyncSource_sourceType :: Lens' ResourceDataSyncSource Text
- resourceDataSyncSource_sourceRegions :: Lens' ResourceDataSyncSource [Text]
Documentation
data ResourceDataSyncSource Source #
Information about the source of the data included in the resource data sync.
See: newResourceDataSyncSource
smart constructor.
ResourceDataSyncSource' | |
|
Instances
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.