AWSSDK.SecretsManager by Amazon Web Services

<PackageReference Include="AWSSDK.SecretsManager" Version="3.7.2.27" />

.NET API 108,544 bytes

 ReplicaRegionType

public class ReplicaRegionType
A custom type that specifies a Region and the KmsKeyId for a replica secret.
public string KmsKeyId { get; set; }

Gets and sets the property KmsKeyId.

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.

public string Region { get; set; }

Gets and sets the property Region.

A Region code. For a list of Region codes, see Name and code of Regions.