Class: Aws::Finspace::Types::KxAttachedCluster

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-finspace/types.rb

Overview

The structure containing the metadata of the attached clusters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

A unique name for the attached cluster.

Returns:

  • (String)


2981
2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-finspace/types.rb', line 2981

class KxAttachedCluster < Struct.new(
  :cluster_name,
  :cluster_type,
  :cluster_status)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_statusString

The status of the attached cluster.

  • PENDING – The cluster is pending creation.

  • CREATING – The cluster creation process is in progress.

  • CREATE_FAILED – The cluster creation process has failed.

  • RUNNING – The cluster creation process is running.

  • UPDATING – The cluster is in the process of being updated.

  • DELETING – The cluster is in the process of being deleted.

  • DELETED – The cluster has been deleted.

  • DELETE_FAILED – The cluster failed to delete.

Returns:

  • (String)


2981
2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-finspace/types.rb', line 2981

class KxAttachedCluster < Struct.new(
  :cluster_name,
  :cluster_type,
  :cluster_status)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_typeString

Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.

Returns:

  • (String)


2981
2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-finspace/types.rb', line 2981

class KxAttachedCluster < Struct.new(
  :cluster_name,
  :cluster_type,
  :cluster_status)
  SENSITIVE = []
  include Aws::Structure
end