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 FieldLevelEncryptionProfileSummary = FieldLevelEncryptionProfileSummary' {}
- newFieldLevelEncryptionProfileSummary :: Text -> UTCTime -> Text -> EncryptionEntities -> FieldLevelEncryptionProfileSummary
- fieldLevelEncryptionProfileSummary_comment :: Lens' FieldLevelEncryptionProfileSummary (Maybe Text)
- fieldLevelEncryptionProfileSummary_id :: Lens' FieldLevelEncryptionProfileSummary Text
- fieldLevelEncryptionProfileSummary_lastModifiedTime :: Lens' FieldLevelEncryptionProfileSummary UTCTime
- fieldLevelEncryptionProfileSummary_name :: Lens' FieldLevelEncryptionProfileSummary Text
- fieldLevelEncryptionProfileSummary_encryptionEntities :: Lens' FieldLevelEncryptionProfileSummary EncryptionEntities
Documentation
data FieldLevelEncryptionProfileSummary Source #
The field-level encryption profile summary.
See: newFieldLevelEncryptionProfileSummary
smart constructor.
FieldLevelEncryptionProfileSummary' | |
|
Instances
newFieldLevelEncryptionProfileSummary Source #
Create a value of FieldLevelEncryptionProfileSummary
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:FieldLevelEncryptionProfileSummary'
, fieldLevelEncryptionProfileSummary_comment
- An optional comment for the field-level encryption profile summary. The
comment cannot be longer than 128 characters.
$sel:id:FieldLevelEncryptionProfileSummary'
, fieldLevelEncryptionProfileSummary_id
- ID for the field-level encryption profile summary.
$sel:lastModifiedTime:FieldLevelEncryptionProfileSummary'
, fieldLevelEncryptionProfileSummary_lastModifiedTime
- The time when the the field-level encryption profile summary was last
updated.
$sel:name:FieldLevelEncryptionProfileSummary'
, fieldLevelEncryptionProfileSummary_name
- Name for the field-level encryption profile summary.
$sel:encryptionEntities:FieldLevelEncryptionProfileSummary'
, fieldLevelEncryptionProfileSummary_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.
fieldLevelEncryptionProfileSummary_comment :: Lens' FieldLevelEncryptionProfileSummary (Maybe Text) Source #
An optional comment for the field-level encryption profile summary. The comment cannot be longer than 128 characters.
fieldLevelEncryptionProfileSummary_id :: Lens' FieldLevelEncryptionProfileSummary Text Source #
ID for the field-level encryption profile summary.
fieldLevelEncryptionProfileSummary_lastModifiedTime :: Lens' FieldLevelEncryptionProfileSummary UTCTime Source #
The time when the the field-level encryption profile summary was last updated.
fieldLevelEncryptionProfileSummary_name :: Lens' FieldLevelEncryptionProfileSummary Text Source #
Name for the field-level encryption profile summary.
fieldLevelEncryptionProfileSummary_encryptionEntities :: Lens' FieldLevelEncryptionProfileSummary 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.