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
Documentation
data ResourceDataSyncDestinationDataSharing Source #
Synchronize Amazon Web Services Systems Manager Inventory data from multiple Amazon Web Services accounts defined in Organizations to a centralized Amazon S3 bucket. Data is synchronized to individual key prefixes in the central bucket. Each key prefix represents a different Amazon Web Services account ID.
See: newResourceDataSyncDestinationDataSharing
smart constructor.
ResourceDataSyncDestinationDataSharing' | |
|
Instances
newResourceDataSyncDestinationDataSharing :: ResourceDataSyncDestinationDataSharing Source #
Create a value of ResourceDataSyncDestinationDataSharing
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:destinationDataSharingType:ResourceDataSyncDestinationDataSharing'
, resourceDataSyncDestinationDataSharing_destinationDataSharingType
- The sharing data type. Only Organization
is supported.
resourceDataSyncDestinationDataSharing_destinationDataSharingType :: Lens' ResourceDataSyncDestinationDataSharing (Maybe Text) Source #
The sharing data type. Only Organization
is supported.