amazonka-athena-2.0: Amazon Athena 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.Athena.Types.CustomerContentEncryptionConfiguration

Description

 
Synopsis

Documentation

data CustomerContentEncryptionConfiguration Source #

Specifies the KMS key that is used to encrypt the user's data stores in Athena.

See: newCustomerContentEncryptionConfiguration smart constructor.

Constructors

CustomerContentEncryptionConfiguration' 

Fields

  • kmsKey :: Text

    The KMS key that is used to encrypt the user's data stores in Athena.

Instances

Instances details
FromJSON CustomerContentEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Athena.Types.CustomerContentEncryptionConfiguration

ToJSON CustomerContentEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Athena.Types.CustomerContentEncryptionConfiguration

Generic CustomerContentEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Athena.Types.CustomerContentEncryptionConfiguration

Read CustomerContentEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Athena.Types.CustomerContentEncryptionConfiguration

Show CustomerContentEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Athena.Types.CustomerContentEncryptionConfiguration

NFData CustomerContentEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Athena.Types.CustomerContentEncryptionConfiguration

Eq CustomerContentEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Athena.Types.CustomerContentEncryptionConfiguration

Hashable CustomerContentEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Athena.Types.CustomerContentEncryptionConfiguration

type Rep CustomerContentEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Athena.Types.CustomerContentEncryptionConfiguration

type Rep CustomerContentEncryptionConfiguration = D1 ('MetaData "CustomerContentEncryptionConfiguration" "Amazonka.Athena.Types.CustomerContentEncryptionConfiguration" "amazonka-athena-2.0-1BJA3HTvHJNEzwQRaEw59w" 'False) (C1 ('MetaCons "CustomerContentEncryptionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCustomerContentEncryptionConfiguration Source #

Create a value of CustomerContentEncryptionConfiguration 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:kmsKey:CustomerContentEncryptionConfiguration', customerContentEncryptionConfiguration_kmsKey - The KMS key that is used to encrypt the user's data stores in Athena.

customerContentEncryptionConfiguration_kmsKey :: Lens' CustomerContentEncryptionConfiguration Text Source #

The KMS key that is used to encrypt the user's data stores in Athena.