AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A custom type that specifies a Region and the KmsKeyId for a replica secret.

Inheritance Hierarchy

System.Object
  Amazon.SecretsManager.Model.ReplicaRegionType

Namespace: Amazon.SecretsManager.Model
Assembly: AWSSDK.SecretsManager.dll
Version: 3.x.y.z

Syntax

C#
public class ReplicaRegionType

The ReplicaRegionType type exposes the following members

Constructors

NameDescription
Public Method ReplicaRegionType()

Properties

NameTypeDescription
Public Property KmsKeyId System.String

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 Property Region System.String

Gets and sets the property Region.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5