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 |
Synopsis
- data SSEDescription = SSEDescription' {}
- newSSEDescription :: SSEDescription
- sSEDescription_inaccessibleEncryptionDateTime :: Lens' SSEDescription (Maybe UTCTime)
- sSEDescription_kmsMasterKeyArn :: Lens' SSEDescription (Maybe Text)
- sSEDescription_sSEType :: Lens' SSEDescription (Maybe SSEType)
- sSEDescription_status :: Lens' SSEDescription (Maybe SSEStatus)
Documentation
data SSEDescription Source #
The description of the server-side encryption status on the specified table.
See: newSSEDescription
smart constructor.
SSEDescription' | |
|
Instances
newSSEDescription :: SSEDescription Source #
Create a value of SSEDescription
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:inaccessibleEncryptionDateTime:SSEDescription'
, sSEDescription_inaccessibleEncryptionDateTime
- Indicates the time, in UNIX epoch date format, when DynamoDB detected
that the table's KMS key was inaccessible. This attribute will
automatically be cleared when DynamoDB detects that the table's KMS key
is accessible again. DynamoDB will initiate the table archival process
when table's KMS key remains inaccessible for more than seven days from
this date.
$sel:kmsMasterKeyArn:SSEDescription'
, sSEDescription_kmsMasterKeyArn
- The KMS key ARN used for the KMS encryption.
$sel:sSEType:SSEDescription'
, sSEDescription_sSEType
- Server-side encryption type. The only supported value is:
KMS
- Server-side encryption that uses Key Management Service. The key is stored in your account and is managed by KMS (KMS charges apply).
$sel:status:SSEDescription'
, sSEDescription_status
- Represents the current state of server-side encryption. The only
supported values are:
ENABLED
- Server-side encryption is enabled.UPDATING
- Server-side encryption is being updated.
sSEDescription_inaccessibleEncryptionDateTime :: Lens' SSEDescription (Maybe UTCTime) Source #
Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's KMS key was inaccessible. This attribute will automatically be cleared when DynamoDB detects that the table's KMS key is accessible again. DynamoDB will initiate the table archival process when table's KMS key remains inaccessible for more than seven days from this date.
sSEDescription_kmsMasterKeyArn :: Lens' SSEDescription (Maybe Text) Source #
The KMS key ARN used for the KMS encryption.
sSEDescription_sSEType :: Lens' SSEDescription (Maybe SSEType) Source #
Server-side encryption type. The only supported value is:
KMS
- Server-side encryption that uses Key Management Service. The key is stored in your account and is managed by KMS (KMS charges apply).
sSEDescription_status :: Lens' SSEDescription (Maybe SSEStatus) Source #
Represents the current state of server-side encryption. The only supported values are:
ENABLED
- Server-side encryption is enabled.UPDATING
- Server-side encryption is being updated.