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 FieldLevelEncryptionSummary = FieldLevelEncryptionSummary' {}
- newFieldLevelEncryptionSummary :: Text -> UTCTime -> FieldLevelEncryptionSummary
- fieldLevelEncryptionSummary_queryArgProfileConfig :: Lens' FieldLevelEncryptionSummary (Maybe QueryArgProfileConfig)
- fieldLevelEncryptionSummary_contentTypeProfileConfig :: Lens' FieldLevelEncryptionSummary (Maybe ContentTypeProfileConfig)
- fieldLevelEncryptionSummary_comment :: Lens' FieldLevelEncryptionSummary (Maybe Text)
- fieldLevelEncryptionSummary_id :: Lens' FieldLevelEncryptionSummary Text
- fieldLevelEncryptionSummary_lastModifiedTime :: Lens' FieldLevelEncryptionSummary UTCTime
Documentation
data FieldLevelEncryptionSummary Source #
A summary of a field-level encryption item.
See: newFieldLevelEncryptionSummary
smart constructor.
FieldLevelEncryptionSummary' | |
|
Instances
newFieldLevelEncryptionSummary Source #
Create a value of FieldLevelEncryptionSummary
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:queryArgProfileConfig:FieldLevelEncryptionSummary'
, fieldLevelEncryptionSummary_queryArgProfileConfig
- A summary of a query argument-profile mapping.
$sel:contentTypeProfileConfig:FieldLevelEncryptionSummary'
, fieldLevelEncryptionSummary_contentTypeProfileConfig
- A summary of a content type-profile mapping.
$sel:comment:FieldLevelEncryptionSummary'
, fieldLevelEncryptionSummary_comment
- An optional comment about the field-level encryption item. The comment
cannot be longer than 128 characters.
$sel:id:FieldLevelEncryptionSummary'
, fieldLevelEncryptionSummary_id
- The unique ID of a field-level encryption item.
$sel:lastModifiedTime:FieldLevelEncryptionSummary'
, fieldLevelEncryptionSummary_lastModifiedTime
- The last time that the summary of field-level encryption items was
modified.
fieldLevelEncryptionSummary_queryArgProfileConfig :: Lens' FieldLevelEncryptionSummary (Maybe QueryArgProfileConfig) Source #
A summary of a query argument-profile mapping.
fieldLevelEncryptionSummary_contentTypeProfileConfig :: Lens' FieldLevelEncryptionSummary (Maybe ContentTypeProfileConfig) Source #
A summary of a content type-profile mapping.
fieldLevelEncryptionSummary_comment :: Lens' FieldLevelEncryptionSummary (Maybe Text) Source #
An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.
fieldLevelEncryptionSummary_id :: Lens' FieldLevelEncryptionSummary Text Source #
The unique ID of a field-level encryption item.
fieldLevelEncryptionSummary_lastModifiedTime :: Lens' FieldLevelEncryptionSummary UTCTime Source #
The last time that the summary of field-level encryption items was modified.