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 replication object consisting of a RegionReplicationStatus object and includes a Region, KMSKeyId, status, and status message.

Inheritance Hierarchy

System.Object
  Amazon.SecretsManager.Model.ReplicationStatusType

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

Syntax

C#
public class ReplicationStatusType

The ReplicationStatusType type exposes the following members

Constructors

NameDescription
Public Method ReplicationStatusType()

Properties

NameTypeDescription
Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

Can be an ARN, Key ID, or Alias.

Public Property LastAccessedDate System.DateTime

Gets and sets the property LastAccessedDate.

The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.

Public Property Region System.String

Gets and sets the property Region.

The Region where replication occurs.

Public Property Status Amazon.SecretsManager.StatusType

Gets and sets the property Status.

The status can be InProgress, Failed, or InSync.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

Status message such as "Secret with this name already exists in this region".

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