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.

Describes the configuration of this multi-Region key. This field appears only when the KMS key is a primary or replica of a multi-Region key.

For more information about any listed KMS key, use the DescribeKey operation.

Inheritance Hierarchy

System.Object
  Amazon.KeyManagementService.Model.MultiRegionConfiguration

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

Syntax

C#
public class MultiRegionConfiguration

The MultiRegionConfiguration type exposes the following members

Constructors

NameDescription
Public Method MultiRegionConfiguration()

Properties

NameTypeDescription
Public Property MultiRegionKeyType Amazon.KeyManagementService.MultiRegionKeyType

Gets and sets the property MultiRegionKeyType.

Indicates whether the KMS key is a PRIMARY or REPLICA key.

Public Property PrimaryKey Amazon.KeyManagementService.Model.MultiRegionKey

Gets and sets the property PrimaryKey.

Displays the key ARN and Region of the primary key. This field includes the current KMS key if it is the primary key.

Public Property ReplicaKeys System.Collections.Generic.List<Amazon.KeyManagementService.Model.MultiRegionKey>

Gets and sets the property ReplicaKeys.

displays the key ARNs and Regions of all replica keys. This field includes the current KMS key if it is a replica key.

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