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 S3Destination = S3Destination' {
- manifestKey :: Text
- bucketName :: Text
- roleArn :: Text
- newS3Destination :: Text -> Text -> Text -> S3Destination
- s3Destination_manifestKey :: Lens' S3Destination Text
- s3Destination_bucketName :: Lens' S3Destination Text
- s3Destination_roleArn :: Lens' S3Destination Text
Documentation
data S3Destination Source #
Configuration parameters for where in an S3 bucket to place the harvested content
See: newS3Destination
smart constructor.
S3Destination' | |
|
Instances
:: Text | |
-> Text | |
-> Text | |
-> S3Destination |
Create a value of S3Destination
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:manifestKey:S3Destination'
, s3Destination_manifestKey
- The key in the specified S3 bucket where the harvested top-level
manifest will be placed.
$sel:bucketName:S3Destination'
, s3Destination_bucketName
- The name of an S3 bucket within which harvested content will be exported
$sel:roleArn:S3Destination'
, s3Destination_roleArn
- The IAM role used to write to the specified S3 bucket
s3Destination_manifestKey :: Lens' S3Destination Text Source #
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
s3Destination_bucketName :: Lens' S3Destination Text Source #
The name of an S3 bucket within which harvested content will be exported
s3Destination_roleArn :: Lens' S3Destination Text Source #
The IAM role used to write to the specified S3 bucket