| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Athena.Types.CustomerContentEncryptionConfiguration
Description
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' | |
Instances
newCustomerContentEncryptionConfiguration Source #
Arguments
| :: Text | |
| -> CustomerContentEncryptionConfiguration |
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.