Struct aws_sdk_dynamodb::model::sse_description::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SseDescription
Implementations
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.
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.
Server-side encryption type. The only supported value is:
-
KMS
- Server-side encryption that uses AWS Key Management Service. The key is stored in your account and is managed by AWS KMS (AWS KMS charges apply).
Server-side encryption type. The only supported value is:
-
KMS
- Server-side encryption that uses AWS Key Management Service. The key is stored in your account and is managed by AWS KMS (AWS KMS charges apply).
The AWS KMS customer master key (CMK) ARN used for the AWS KMS encryption.
The AWS KMS customer master key (CMK) ARN used for the AWS KMS encryption.
Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's AWS KMS key was inaccessible. This attribute will automatically be cleared when DynamoDB detects that the table's AWS KMS key is accessible again. DynamoDB will initiate the table archival process when table's AWS KMS key remains inaccessible for more than seven days from this date.
Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's AWS KMS key was inaccessible. This attribute will automatically be cleared when DynamoDB detects that the table's AWS KMS key is accessible again. DynamoDB will initiate the table archival process when table's AWS KMS key remains inaccessible for more than seven days from this date.
Consumes the builder and constructs a SseDescription
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more