pub struct ReplicaSSESpecification {
pub kms_master_key_id: Value<String>,
}Expand description
The AWS::DynamoDB::GlobalTable.ReplicaSSESpecification property type.
Fields§
§kms_master_key_id: Value<String>Property KMSMasterKeyId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for ReplicaSSESpecification
impl Debug for ReplicaSSESpecification
Source§impl Default for ReplicaSSESpecification
impl Default for ReplicaSSESpecification
Source§fn default() -> ReplicaSSESpecification
fn default() -> ReplicaSSESpecification
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReplicaSSESpecification
impl RefUnwindSafe for ReplicaSSESpecification
impl Send for ReplicaSSESpecification
impl Sync for ReplicaSSESpecification
impl Unpin for ReplicaSSESpecification
impl UnwindSafe for ReplicaSSESpecification
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more