Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data FieldLevelEncryptionProfileConfig = FieldLevelEncryptionProfileConfig' {}
- newFieldLevelEncryptionProfileConfig :: Text -> Text -> EncryptionEntities -> FieldLevelEncryptionProfileConfig
- fieldLevelEncryptionProfileConfig_comment :: Lens' FieldLevelEncryptionProfileConfig (Maybe Text)
- fieldLevelEncryptionProfileConfig_name :: Lens' FieldLevelEncryptionProfileConfig Text
- fieldLevelEncryptionProfileConfig_callerReference :: Lens' FieldLevelEncryptionProfileConfig Text
- fieldLevelEncryptionProfileConfig_encryptionEntities :: Lens' FieldLevelEncryptionProfileConfig EncryptionEntities
Documentation
data FieldLevelEncryptionProfileConfig Source #
A complex data type of profiles for the field-level encryption.
See: newFieldLevelEncryptionProfileConfig
smart constructor.
FieldLevelEncryptionProfileConfig' | |
|
Instances
newFieldLevelEncryptionProfileConfig Source #
Create a value of FieldLevelEncryptionProfileConfig
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:comment:FieldLevelEncryptionProfileConfig'
, fieldLevelEncryptionProfileConfig_comment
- An optional comment for the field-level encryption profile. The comment
cannot be longer than 128 characters.
$sel:name:FieldLevelEncryptionProfileConfig'
, fieldLevelEncryptionProfileConfig_name
- Profile name for the field-level encryption profile.
$sel:callerReference:FieldLevelEncryptionProfileConfig'
, fieldLevelEncryptionProfileConfig_callerReference
- A unique number that ensures that the request can't be replayed.
$sel:encryptionEntities:FieldLevelEncryptionProfileConfig'
, fieldLevelEncryptionProfileConfig_encryptionEntities
- A complex data type of encryption entities for the field-level
encryption profile that include the public key ID, provider, and field
patterns for specifying which fields to encrypt with this key.
fieldLevelEncryptionProfileConfig_comment :: Lens' FieldLevelEncryptionProfileConfig (Maybe Text) Source #
An optional comment for the field-level encryption profile. The comment cannot be longer than 128 characters.
fieldLevelEncryptionProfileConfig_name :: Lens' FieldLevelEncryptionProfileConfig Text Source #
Profile name for the field-level encryption profile.
fieldLevelEncryptionProfileConfig_callerReference :: Lens' FieldLevelEncryptionProfileConfig Text Source #
A unique number that ensures that the request can't be replayed.
fieldLevelEncryptionProfileConfig_encryptionEntities :: Lens' FieldLevelEncryptionProfileConfig EncryptionEntities Source #
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.