Struct aws_sdk_secretsmanager::model::ReplicaRegionType
source ·
[−]#[non_exhaustive]pub struct ReplicaRegionType {
pub region: Option<String>,
pub kms_key_id: Option<String>,
}
Expand description
A custom type that specifies a Region
and the KmsKeyId
for a replica secret.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.region: Option<String>
A Region code. For a list of Region codes, see Name and code of Regions.
kms_key_id: Option<String>
The ARN, key ID, or alias of the KMS key to encrypt the secret. If you don't include this field, Secrets Manager uses aws/secretsmanager
.
Implementations
A Region code. For a list of Region codes, see Name and code of Regions.
The ARN, key ID, or alias of the KMS key to encrypt the secret. If you don't include this field, Secrets Manager uses aws/secretsmanager
.
Creates a new builder-style object to manufacture ReplicaRegionType
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ReplicaRegionType
impl Send for ReplicaRegionType
impl Sync for ReplicaRegionType
impl Unpin for ReplicaRegionType
impl UnwindSafe for ReplicaRegionType
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