libZSservicesZSamazonka-protonZSamazonka-proton
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.Proton.Types.S3ObjectSource

Description

 
Synopsis

Documentation

data S3ObjectSource Source #

Template bundle S3 bucket data.

See: newS3ObjectSource smart constructor.

Constructors

S3ObjectSource' 

Fields

  • bucket :: Text

    The name of the S3 bucket that contains a template bundle.

  • key :: Text

    The path to the S3 bucket that contains a template bundle.

Instances

Instances details
Eq S3ObjectSource Source # 
Instance details

Defined in Amazonka.Proton.Types.S3ObjectSource

Read S3ObjectSource Source # 
Instance details

Defined in Amazonka.Proton.Types.S3ObjectSource

Show S3ObjectSource Source # 
Instance details

Defined in Amazonka.Proton.Types.S3ObjectSource

Generic S3ObjectSource Source # 
Instance details

Defined in Amazonka.Proton.Types.S3ObjectSource

Associated Types

type Rep S3ObjectSource :: Type -> Type #

NFData S3ObjectSource Source # 
Instance details

Defined in Amazonka.Proton.Types.S3ObjectSource

Methods

rnf :: S3ObjectSource -> () #

Hashable S3ObjectSource Source # 
Instance details

Defined in Amazonka.Proton.Types.S3ObjectSource

ToJSON S3ObjectSource Source # 
Instance details

Defined in Amazonka.Proton.Types.S3ObjectSource

type Rep S3ObjectSource Source # 
Instance details

Defined in Amazonka.Proton.Types.S3ObjectSource

type Rep S3ObjectSource = D1 ('MetaData "S3ObjectSource" "Amazonka.Proton.Types.S3ObjectSource" "libZSservicesZSamazonka-protonZSamazonka-proton" 'False) (C1 ('MetaCons "S3ObjectSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3ObjectSource Source #

Create a value of S3ObjectSource 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:bucket:S3ObjectSource', s3ObjectSource_bucket - The name of the S3 bucket that contains a template bundle.

$sel:key:S3ObjectSource', s3ObjectSource_key - The path to the S3 bucket that contains a template bundle.

s3ObjectSource_bucket :: Lens' S3ObjectSource Text Source #

The name of the S3 bucket that contains a template bundle.

s3ObjectSource_key :: Lens' S3ObjectSource Text Source #

The path to the S3 bucket that contains a template bundle.