Module: Aws::TimestreamInfluxDB::Client::_GetDbClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDbClusterOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allocated_storage ⇒ ::Integer
- #arn ⇒ ::String
- #cluster_configuration ⇒ Types::ClusterConfiguration
- #db_instance_type ⇒ "db.influx.medium", ...
- #db_parameter_group_identifier ⇒ ::String
- #db_storage_type ⇒ "InfluxIOIncludedT1", ...
- #deployment_type ⇒ "MULTI_NODE_READ_REPLICAS"
- #endpoint ⇒ ::String
- #engine_type ⇒ "INFLUXDB_V2", ...
- #failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
- #id ⇒ ::String
- #influx_auth_parameters_secret_arn ⇒ ::String
- #last_maintenance_time ⇒ ::Time
- #log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
- #maintenance_schedule ⇒ Types::MaintenanceSchedule
- #name ⇒ ::String
- #network_type ⇒ "IPV4", "DUAL"
- #next_maintenance_time ⇒ ::Time
- #port ⇒ ::Integer
- #publicly_accessible ⇒ Boolean
- #reader_endpoint ⇒ ::String
- #status ⇒ "CREATING", ...
- #vpc_security_group_ids ⇒ ::Array[::String]
- #vpc_subnet_ids ⇒ ::Array[::String]
Instance Method Details
#allocated_storage ⇒ ::Integer
507 |
# File 'sig/client.rbs', line 507
def allocated_storage: () -> ::Integer
|
#arn ⇒ ::String
498 |
# File 'sig/client.rbs', line 498
def arn: () -> ::String
|
#cluster_configuration ⇒ Types::ClusterConfiguration
519 |
# File 'sig/client.rbs', line 519
def cluster_configuration: () -> Types::ClusterConfiguration
|
#db_instance_type ⇒ "db.influx.medium", ...
504 |
# File 'sig/client.rbs', line 504
def db_instance_type: () -> ("db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge" | "db.influx.24xlarge")
|
#db_parameter_group_identifier ⇒ ::String
510 |
# File 'sig/client.rbs', line 510
def db_parameter_group_identifier: () -> ::String
|
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
506 |
# File 'sig/client.rbs', line 506
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
#deployment_type ⇒ "MULTI_NODE_READ_REPLICAS"
503 |
# File 'sig/client.rbs', line 503
def deployment_type: () -> ("MULTI_NODE_READ_REPLICAS")
|
#endpoint ⇒ ::String
500 |
# File 'sig/client.rbs', line 500
def endpoint: () -> ::String
|
#engine_type ⇒ "INFLUXDB_V2", ...
508 |
# File 'sig/client.rbs', line 508
def engine_type: () -> ("INFLUXDB_V2" | "INFLUXDB_V3_CORE" | "INFLUXDB_V3_ENTERPRISE")
|
#failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
518 |
# File 'sig/client.rbs', line 518
def failover_mode: () -> ("AUTOMATIC" | "NO_FAILOVER")
|
#id ⇒ ::String
496 |
# File 'sig/client.rbs', line 496
def id: () -> ::String
|
#influx_auth_parameters_secret_arn ⇒ ::String
515 |
# File 'sig/client.rbs', line 515
def influx_auth_parameters_secret_arn: () -> ::String
|
#last_maintenance_time ⇒ ::Time
513 |
# File 'sig/client.rbs', line 513
def last_maintenance_time: () -> ::Time
|
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
511 |
# File 'sig/client.rbs', line 511
def log_delivery_configuration: () -> Types::LogDeliveryConfiguration
|
#maintenance_schedule ⇒ Types::MaintenanceSchedule
512 |
# File 'sig/client.rbs', line 512
def maintenance_schedule: () -> Types::MaintenanceSchedule
|
#name ⇒ ::String
497 |
# File 'sig/client.rbs', line 497
def name: () -> ::String
|
#network_type ⇒ "IPV4", "DUAL"
505 |
# File 'sig/client.rbs', line 505
def network_type: () -> ("IPV4" | "DUAL")
|
#next_maintenance_time ⇒ ::Time
514 |
# File 'sig/client.rbs', line 514
def next_maintenance_time: () -> ::Time
|
#port ⇒ ::Integer
502 |
# File 'sig/client.rbs', line 502
def port: () -> ::Integer
|
#publicly_accessible ⇒ Boolean
509 |
# File 'sig/client.rbs', line 509
def publicly_accessible: () -> bool
|
#reader_endpoint ⇒ ::String
501 |
# File 'sig/client.rbs', line 501
def reader_endpoint: () -> ::String
|
#status ⇒ "CREATING", ...
499 |
# File 'sig/client.rbs', line 499
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE" | "UPDATING_INSTANCE_TYPE" | "REBOOTING" | "REBOOT_FAILED" | "PARTIALLY_AVAILABLE")
|
#vpc_security_group_ids ⇒ ::Array[::String]
517 |
# File 'sig/client.rbs', line 517
def vpc_security_group_ids: () -> ::Array[::String]
|
#vpc_subnet_ids ⇒ ::Array[::String]
516 |
# File 'sig/client.rbs', line 516
def vpc_subnet_ids: () -> ::Array[::String]
|