| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaPackage.Types.S3Destination
Description
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.
Constructors
| S3Destination' | |
Fields
| |
Instances
Arguments
| :: 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