libZSservicesZSamazonka-glueZSamazonka-glue
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.Glue.Types.S3Encryption

Description

 
Synopsis

Documentation

data S3Encryption Source #

Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.

See: newS3Encryption smart constructor.

Constructors

S3Encryption' 

Fields

Instances

Instances details
Eq S3Encryption Source # 
Instance details

Defined in Amazonka.Glue.Types.S3Encryption

Read S3Encryption Source # 
Instance details

Defined in Amazonka.Glue.Types.S3Encryption

Show S3Encryption Source # 
Instance details

Defined in Amazonka.Glue.Types.S3Encryption

Generic S3Encryption Source # 
Instance details

Defined in Amazonka.Glue.Types.S3Encryption

Associated Types

type Rep S3Encryption :: Type -> Type #

NFData S3Encryption Source # 
Instance details

Defined in Amazonka.Glue.Types.S3Encryption

Methods

rnf :: S3Encryption -> () #

Hashable S3Encryption Source # 
Instance details

Defined in Amazonka.Glue.Types.S3Encryption

ToJSON S3Encryption Source # 
Instance details

Defined in Amazonka.Glue.Types.S3Encryption

FromJSON S3Encryption Source # 
Instance details

Defined in Amazonka.Glue.Types.S3Encryption

type Rep S3Encryption Source # 
Instance details

Defined in Amazonka.Glue.Types.S3Encryption

type Rep S3Encryption = D1 ('MetaData "S3Encryption" "Amazonka.Glue.Types.S3Encryption" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "S3Encryption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3EncryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3EncryptionMode)) :*: S1 ('MetaSel ('Just "kmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3Encryption :: S3Encryption Source #

Create a value of S3Encryption 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:s3EncryptionMode:S3Encryption', s3Encryption_s3EncryptionMode - The encryption mode to use for Amazon S3 data.

$sel:kmsKeyArn:S3Encryption', s3Encryption_kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

s3Encryption_s3EncryptionMode :: Lens' S3Encryption (Maybe S3EncryptionMode) Source #

The encryption mode to use for Amazon S3 data.

s3Encryption_kmsKeyArn :: Lens' S3Encryption (Maybe Text) Source #

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.