amazonka-kafkaconnect-2.0: Amazon Managed Streaming for Kafka Connect SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.KafkaConnect.Types.S3Location

Description

 
Synopsis

Documentation

data S3Location Source #

The location of an object in Amazon S3.

See: newS3Location smart constructor.

Constructors

S3Location' 

Fields

Instances

Instances details
ToJSON S3Location Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

Read S3Location Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3Location

NFData S3Location Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3Location

Methods

rnf :: S3Location -> () #

Eq S3Location Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3Location

Hashable S3Location Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.S3Location

type Rep S3Location = D1 ('MetaData "S3Location" "Amazonka.KafkaConnect.Types.S3Location" "amazonka-kafkaconnect-2.0-4ed6DFGevt995RzDsMjJqs" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "objectVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucketArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fileKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3Location Source #

Create a value of S3Location 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:objectVersion:S3Location', s3Location_objectVersion - The version of an object in an S3 bucket.

$sel:bucketArn:S3Location', s3Location_bucketArn - The Amazon Resource Name (ARN) of an S3 bucket.

$sel:fileKey:S3Location', s3Location_fileKey - The file key for an object in an S3 bucket.

s3Location_objectVersion :: Lens' S3Location (Maybe Text) Source #

The version of an object in an S3 bucket.

s3Location_bucketArn :: Lens' S3Location Text Source #

The Amazon Resource Name (ARN) of an S3 bucket.

s3Location_fileKey :: Lens' S3Location Text Source #

The file key for an object in an S3 bucket.