Show / Hide Table of Contents

Class MultiRegionClusterReference

A reference to a MultiRegionCluster resource.

Inheritance
object
MultiRegionClusterReference
Implements
IMultiRegionClusterReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MemoryDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MultiRegionClusterReference : IMultiRegionClusterReference
Syntax (vb)
Public Class MultiRegionClusterReference Implements IMultiRegionClusterReference
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.AWS.MemoryDB;

            var multiRegionClusterReference = new MultiRegionClusterReference {
                MultiRegionClusterName = "multiRegionClusterName"
            };

Synopsis

Constructors

MultiRegionClusterReference()

A reference to a MultiRegionCluster resource.

Properties

MultiRegionClusterName

The MultiRegionClusterName of the MultiRegionCluster resource.

Constructors

MultiRegionClusterReference()

A reference to a MultiRegionCluster resource.

public MultiRegionClusterReference()
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.AWS.MemoryDB;

            var multiRegionClusterReference = new MultiRegionClusterReference {
                MultiRegionClusterName = "multiRegionClusterName"
            };

Properties

MultiRegionClusterName

The MultiRegionClusterName of the MultiRegionCluster resource.

public string MultiRegionClusterName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IMultiRegionClusterReference
Back to top Generated by DocFX