Show / Hide Table of Contents

Interface IReplicationSetReference

A reference to a ReplicationSet resource.

Namespace: Amazon.CDK.Interfaces.SSMIncidents
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IReplicationSetReference
Syntax (vb)
Public Interface IReplicationSetReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.SSMIncidents;

            var replicationSetReference = new ReplicationSetReference {
                ReplicationSetArn = "replicationSetArn"
            };

Synopsis

Properties

ReplicationSetArn

The Arn of the ReplicationSet resource.

Properties

ReplicationSetArn

The Arn of the ReplicationSet resource.

string ReplicationSetArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX