Class: Aws::MemoryDB::Types::ClusterConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb

Overview

A list of cluster configuration options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the cluster configuration

Returns:

  • (String)


424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The Redis engine version used by the cluster

Returns:

  • (String)


424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end

#maintenance_windowString

The specified maintenance window for the cluster

Returns:

  • (String)


424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the cluster

Returns:

  • (String)


424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end

#node_typeString

The node type used for the cluster

Returns:

  • (String)


424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end

#num_shardsInteger

The number of shards in the cluster

Returns:

  • (Integer)


424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_group_nameString

The name of parameter group used by the cluster

Returns:

  • (String)


424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port used by the cluster

Returns:

  • (Integer)


424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end

#shardsArray<Types::ShardDetail>

The list of shards in the cluster

Returns:



424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_retention_limitInteger

The snapshot retention limit set by the cluster

Returns:

  • (Integer)


424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_windowString

The snapshot window set by the cluster

Returns:

  • (String)


424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_group_nameString

The name of the subnet group used by the cluster

Returns:

  • (String)


424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end

#topic_arnString

The Amazon Resource Name (ARN) of the SNS notification topic for the cluster

Returns:

  • (String)


424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC the cluster belongs to

Returns:

  • (String)


424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 424

class ClusterConfiguration < Struct.new(
  :name,
  :description,
  :node_type,
  :engine_version,
  :maintenance_window,
  :topic_arn,
  :port,
  :parameter_group_name,
  :subnet_group_name,
  :vpc_id,
  :snapshot_retention_limit,
  :snapshot_window,
  :num_shards,
  :shards)
  SENSITIVE = []
  include Aws::Structure
end