You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElastiCache::Types::IncreaseNodeGroupsInGlobalReplicationGroupMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing IncreaseNodeGroupsInGlobalReplicationGroupMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  global_replication_group_id: "String", # required
  node_group_count: 1, # required
  regional_configurations: [
    {
      replication_group_id: "String", # required
      replication_group_region: "String", # required
      resharding_configuration: [ # required
        {
          node_group_id: "AllowedNodeGroupId",
          preferred_availability_zones: ["String"],
        },
      ],
    },
  ],
  apply_immediately: false, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediatelyBoolean

Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.

Returns:

  • (Boolean)

    Indicates that the process begins immediately.

#global_replication_group_idString

The name of the Global Datastore

Returns:

  • (String)

    The name of the Global Datastore.

#node_group_countInteger

The number of node groups you wish to add

Returns:

  • (Integer)

    The number of node groups you wish to add.

#regional_configurationsArray<Types::RegionalConfiguration>

Describes the replication group IDs, the AWS regions where they are stored and the shard configuration for each that comprise the Global Datastore

Returns:

  • (Array<Types::RegionalConfiguration>)

    Describes the replication group IDs, the AWS regions where they are stored and the shard configuration for each that comprise the Global Datastore.