libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaPackage.Types.S3Destination

Description

 
Synopsis

Documentation

data S3Destination Source #

Configuration parameters for where in an S3 bucket to place the harvested content

See: newS3Destination smart constructor.

Constructors

S3Destination' 

Fields

  • manifestKey :: Text

    The key in the specified S3 bucket where the harvested top-level manifest will be placed.

  • bucketName :: Text

    The name of an S3 bucket within which harvested content will be exported

  • roleArn :: Text

    The IAM role used to write to the specified S3 bucket

Instances

Instances details
Eq S3Destination Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.S3Destination

Read S3Destination Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.S3Destination

Show S3Destination Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.S3Destination

Generic S3Destination Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.S3Destination

Associated Types

type Rep S3Destination :: Type -> Type #

NFData S3Destination Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.S3Destination

Methods

rnf :: S3Destination -> () #

Hashable S3Destination Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.S3Destination

ToJSON S3Destination Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.S3Destination

FromJSON S3Destination Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.S3Destination

type Rep S3Destination Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.S3Destination

type Rep S3Destination = D1 ('MetaData "S3Destination" "Amazonka.MediaPackage.Types.S3Destination" "libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage" 'False) (C1 ('MetaCons "S3Destination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "manifestKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3Destination Source #

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