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 ResourceDataSyncS3Destination = ResourceDataSyncS3Destination' {}
- newResourceDataSyncS3Destination :: Text -> ResourceDataSyncS3Format -> Text -> ResourceDataSyncS3Destination
- resourceDataSyncS3Destination_prefix :: Lens' ResourceDataSyncS3Destination (Maybe Text)
- resourceDataSyncS3Destination_destinationDataSharing :: Lens' ResourceDataSyncS3Destination (Maybe ResourceDataSyncDestinationDataSharing)
- resourceDataSyncS3Destination_aWSKMSKeyARN :: Lens' ResourceDataSyncS3Destination (Maybe Text)
- resourceDataSyncS3Destination_bucketName :: Lens' ResourceDataSyncS3Destination Text
- resourceDataSyncS3Destination_syncFormat :: Lens' ResourceDataSyncS3Destination ResourceDataSyncS3Format
- resourceDataSyncS3Destination_region :: Lens' ResourceDataSyncS3Destination Text
Documentation
data ResourceDataSyncS3Destination Source #
Information about the target S3 bucket for the resource data sync.
See: newResourceDataSyncS3Destination
smart constructor.
ResourceDataSyncS3Destination' | |
|
Instances
newResourceDataSyncS3Destination Source #
Create a value of ResourceDataSyncS3Destination
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:prefix:ResourceDataSyncS3Destination'
, resourceDataSyncS3Destination_prefix
- An Amazon S3 prefix for the bucket.
$sel:destinationDataSharing:ResourceDataSyncS3Destination'
, resourceDataSyncS3Destination_destinationDataSharing
- Enables destination data sharing. By default, this field is null
.
$sel:aWSKMSKeyARN:ResourceDataSyncS3Destination'
, resourceDataSyncS3Destination_aWSKMSKeyARN
- The ARN of an encryption key for a destination in Amazon S3. Must belong
to the same Region as the destination S3 bucket.
$sel:bucketName:ResourceDataSyncS3Destination'
, resourceDataSyncS3Destination_bucketName
- The name of the S3 bucket where the aggregated data is stored.
$sel:syncFormat:ResourceDataSyncS3Destination'
, resourceDataSyncS3Destination_syncFormat
- A supported sync format. The following format is currently supported:
JsonSerDe
$sel:region:ResourceDataSyncS3Destination'
, resourceDataSyncS3Destination_region
- The Amazon Web Services Region with the S3 bucket targeted by the
resource data sync.
resourceDataSyncS3Destination_prefix :: Lens' ResourceDataSyncS3Destination (Maybe Text) Source #
An Amazon S3 prefix for the bucket.
resourceDataSyncS3Destination_destinationDataSharing :: Lens' ResourceDataSyncS3Destination (Maybe ResourceDataSyncDestinationDataSharing) Source #
Enables destination data sharing. By default, this field is null
.
resourceDataSyncS3Destination_aWSKMSKeyARN :: Lens' ResourceDataSyncS3Destination (Maybe Text) Source #
The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.
resourceDataSyncS3Destination_bucketName :: Lens' ResourceDataSyncS3Destination Text Source #
The name of the S3 bucket where the aggregated data is stored.
resourceDataSyncS3Destination_syncFormat :: Lens' ResourceDataSyncS3Destination ResourceDataSyncS3Format Source #
A supported sync format. The following format is currently supported: JsonSerDe
resourceDataSyncS3Destination_region :: Lens' ResourceDataSyncS3Destination Text Source #
The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.