Show / Hide Table of Contents

Interface CfnGlobalReplicationGroup.IRegionalConfigurationProperty

A list of the replication groups.

Namespace: Amazon.CDK.AWS.ElastiCache
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGlobalReplicationGroup.IRegionalConfigurationProperty
Syntax (vb)
Public Interface CfnGlobalReplicationGroup.IRegionalConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-globalreplicationgroup-regionalconfiguration.html

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.ElastiCache;

             var regionalConfigurationProperty = new RegionalConfigurationProperty {
                 ReplicationGroupId = "replicationGroupId",
                 ReplicationGroupRegion = "replicationGroupRegion",
                 ReshardingConfigurations = new [] { new ReshardingConfigurationProperty {
                     NodeGroupId = "nodeGroupId",
                     PreferredAvailabilityZones = new [] { "preferredAvailabilityZones" }
                 } }
             };

Synopsis

Properties

ReplicationGroupId

The name of the secondary cluster.

ReplicationGroupRegion

The Amazon region where the cluster is stored.

ReshardingConfigurations

A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.

Properties

ReplicationGroupId

The name of the secondary cluster.

string? ReplicationGroupId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-globalreplicationgroup-regionalconfiguration.html#cfn-elasticache-globalreplicationgroup-regionalconfiguration-replicationgroupid

ReplicationGroupRegion

The Amazon region where the cluster is stored.

string? ReplicationGroupRegion { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-globalreplicationgroup-regionalconfiguration.html#cfn-elasticache-globalreplicationgroup-regionalconfiguration-replicationgroupregion

ReshardingConfigurations

A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.

object? ReshardingConfigurations { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-globalreplicationgroup-regionalconfiguration.html#cfn-elasticache-globalreplicationgroup-regionalconfiguration-reshardingconfigurations

Type union: either IResolvable or (either IResolvable or CfnGlobalReplicationGroup.IReshardingConfigurationProperty)[]

Back to top Generated by DocFX