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 AwsDynamoDbTableSseDescription = AwsDynamoDbTableSseDescription' {}
- newAwsDynamoDbTableSseDescription :: AwsDynamoDbTableSseDescription
- awsDynamoDbTableSseDescription_status :: Lens' AwsDynamoDbTableSseDescription (Maybe Text)
- awsDynamoDbTableSseDescription_inaccessibleEncryptionDateTime :: Lens' AwsDynamoDbTableSseDescription (Maybe Text)
- awsDynamoDbTableSseDescription_sseType :: Lens' AwsDynamoDbTableSseDescription (Maybe Text)
- awsDynamoDbTableSseDescription_kmsMasterKeyArn :: Lens' AwsDynamoDbTableSseDescription (Maybe Text)
Documentation
data AwsDynamoDbTableSseDescription Source #
Information about the server-side encryption for the table.
See: newAwsDynamoDbTableSseDescription
smart constructor.
AwsDynamoDbTableSseDescription' | |
|
Instances
newAwsDynamoDbTableSseDescription :: AwsDynamoDbTableSseDescription Source #
Create a value of AwsDynamoDbTableSseDescription
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:status:AwsDynamoDbTableSseDescription'
, awsDynamoDbTableSseDescription_status
- The status of the server-side encryption.
$sel:inaccessibleEncryptionDateTime:AwsDynamoDbTableSseDescription'
, awsDynamoDbTableSseDescription_inaccessibleEncryptionDateTime
- If the key is inaccessible, the date and time when DynamoDB detected
that the key was inaccessible.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
$sel:sseType:AwsDynamoDbTableSseDescription'
, awsDynamoDbTableSseDescription_sseType
- The type of server-side encryption.
$sel:kmsMasterKeyArn:AwsDynamoDbTableSseDescription'
, awsDynamoDbTableSseDescription_kmsMasterKeyArn
- The ARN of the KMS key that is used for the KMS encryption.
awsDynamoDbTableSseDescription_status :: Lens' AwsDynamoDbTableSseDescription (Maybe Text) Source #
The status of the server-side encryption.
awsDynamoDbTableSseDescription_inaccessibleEncryptionDateTime :: Lens' AwsDynamoDbTableSseDescription (Maybe Text) Source #
If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
awsDynamoDbTableSseDescription_sseType :: Lens' AwsDynamoDbTableSseDescription (Maybe Text) Source #
The type of server-side encryption.
awsDynamoDbTableSseDescription_kmsMasterKeyArn :: Lens' AwsDynamoDbTableSseDescription (Maybe Text) Source #
The ARN of the KMS key that is used for the KMS encryption.