Class: Aws::TimestreamInfluxDB::Types::DbClusterSummary

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

Overview

Describes a summary of a Timestream for InfluxDB cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storageInteger

The amount of storage allocated for your DB storage type (in gibibytes).

Returns:

  • (Integer)


659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 659

class DbClusterSummary < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :endpoint,
  :reader_endpoint,
  :port,
  :deployment_type,
  :db_instance_type,
  :network_type,
  :db_storage_type,
  :allocated_storage,
  :engine_type)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the DB cluster.

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 659

class DbClusterSummary < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :endpoint,
  :reader_endpoint,
  :port,
  :deployment_type,
  :db_instance_type,
  :network_type,
  :db_storage_type,
  :allocated_storage,
  :engine_type)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_typeString

The Timestream for InfluxDB DB instance type that InfluxDB runs on.

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 659

class DbClusterSummary < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :endpoint,
  :reader_endpoint,
  :port,
  :deployment_type,
  :db_instance_type,
  :network_type,
  :db_storage_type,
  :allocated_storage,
  :engine_type)
  SENSITIVE = []
  include Aws::Structure
end

#db_storage_typeString

The Timestream for InfluxDB DB storage type that InfluxDB stores data on.

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 659

class DbClusterSummary < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :endpoint,
  :reader_endpoint,
  :port,
  :deployment_type,
  :db_instance_type,
  :network_type,
  :db_storage_type,
  :allocated_storage,
  :engine_type)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_typeString

Deployment type of the DB cluster

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 659

class DbClusterSummary < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :endpoint,
  :reader_endpoint,
  :port,
  :deployment_type,
  :db_instance_type,
  :network_type,
  :db_storage_type,
  :allocated_storage,
  :engine_type)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The endpoint used to connect to the Timestream for InfluxDB cluster for write and read operations.

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 659

class DbClusterSummary < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :endpoint,
  :reader_endpoint,
  :port,
  :deployment_type,
  :db_instance_type,
  :network_type,
  :db_storage_type,
  :allocated_storage,
  :engine_type)
  SENSITIVE = []
  include Aws::Structure
end

#engine_typeString

The engine type of your DB cluster.

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 659

class DbClusterSummary < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :endpoint,
  :reader_endpoint,
  :port,
  :deployment_type,
  :db_instance_type,
  :network_type,
  :db_storage_type,
  :allocated_storage,
  :engine_type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Service-generated unique identifier of the DB cluster to retrieve.

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 659

class DbClusterSummary < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :endpoint,
  :reader_endpoint,
  :port,
  :deployment_type,
  :db_instance_type,
  :network_type,
  :db_storage_type,
  :allocated_storage,
  :engine_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Customer supplied name of the Timestream for InfluxDB cluster.

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 659

class DbClusterSummary < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :endpoint,
  :reader_endpoint,
  :port,
  :deployment_type,
  :db_instance_type,
  :network_type,
  :db_storage_type,
  :allocated_storage,
  :engine_type)
  SENSITIVE = []
  include Aws::Structure
end

#network_typeString

Specifies whether the network type of the Timestream for InfluxDB Cluster is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 659

class DbClusterSummary < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :endpoint,
  :reader_endpoint,
  :port,
  :deployment_type,
  :db_instance_type,
  :network_type,
  :db_storage_type,
  :allocated_storage,
  :engine_type)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port number on which InfluxDB accepts connections.

Returns:

  • (Integer)


659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 659

class DbClusterSummary < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :endpoint,
  :reader_endpoint,
  :port,
  :deployment_type,
  :db_instance_type,
  :network_type,
  :db_storage_type,
  :allocated_storage,
  :engine_type)
  SENSITIVE = []
  include Aws::Structure
end

#reader_endpointString

The endpoint used to connect to the Timestream for InfluxDB cluster for read-only operations.

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 659

class DbClusterSummary < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :endpoint,
  :reader_endpoint,
  :port,
  :deployment_type,
  :db_instance_type,
  :network_type,
  :db_storage_type,
  :allocated_storage,
  :engine_type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the DB cluster.

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 659

class DbClusterSummary < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :endpoint,
  :reader_endpoint,
  :port,
  :deployment_type,
  :db_instance_type,
  :network_type,
  :db_storage_type,
  :allocated_storage,
  :engine_type)
  SENSITIVE = []
  include Aws::Structure
end