Class: Aws::Types::GetDbClusterOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


398
399
400
# File 'sig/types.rbs', line 398

def allocated_storage
  @allocated_storage
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def arn
  @arn
end

#cluster_configurationTypes::ClusterConfiguration

Returns the value of attribute cluster_configuration.



410
411
412
# File 'sig/types.rbs', line 410

def cluster_configuration
  @cluster_configuration
end

#db_backup_configurations::Array[Types::DbBackupConfigurationOutput]

Returns the value of attribute db_backup_configurations.



411
412
413
# File 'sig/types.rbs', line 411

def db_backup_configurations
  @db_backup_configurations
end

#db_instance_type"db.influx.medium", ...

Returns the value of attribute db_instance_type.

Returns:

  • ("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")


395
396
397
# File 'sig/types.rbs', line 395

def db_instance_type
  @db_instance_type
end

#db_parameter_group_identifier::String

Returns the value of attribute db_parameter_group_identifier.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def db_parameter_group_identifier
  @db_parameter_group_identifier
end

#db_storage_type"InfluxIOIncludedT1", ...

Returns the value of attribute db_storage_type.

Returns:

  • ("InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3")


397
398
399
# File 'sig/types.rbs', line 397

def db_storage_type
  @db_storage_type
end

#deployment_type"MULTI_NODE_READ_REPLICAS"

Returns the value of attribute deployment_type.

Returns:

  • ("MULTI_NODE_READ_REPLICAS")


394
395
396
# File 'sig/types.rbs', line 394

def deployment_type
  @deployment_type
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def endpoint
  @endpoint
end

#engine_type"INFLUXDB_V2", ...

Returns the value of attribute engine_type.

Returns:

  • ("INFLUXDB_V2", "INFLUXDB_V3_CORE", "INFLUXDB_V3_ENTERPRISE")


399
400
401
# File 'sig/types.rbs', line 399

def engine_type
  @engine_type
end

#failover_mode"AUTOMATIC", "NO_FAILOVER"

Returns the value of attribute failover_mode.

Returns:

  • ("AUTOMATIC", "NO_FAILOVER")


409
410
411
# File 'sig/types.rbs', line 409

def failover_mode
  @failover_mode
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def id
  @id
end

#influx_auth_parameters_secret_arn::String

Returns the value of attribute influx_auth_parameters_secret_arn.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def influx_auth_parameters_secret_arn
  @influx_auth_parameters_secret_arn
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def kms_key_id
  @kms_key_id
end

#last_maintenance_time::Time

Returns the value of attribute last_maintenance_time.

Returns:

  • (::Time)


404
405
406
# File 'sig/types.rbs', line 404

def last_maintenance_time
  @last_maintenance_time
end

#log_delivery_configurationTypes::LogDeliveryConfiguration

Returns the value of attribute log_delivery_configuration.



402
403
404
# File 'sig/types.rbs', line 402

def log_delivery_configuration
  @log_delivery_configuration
end

#maintenance_scheduleTypes::MaintenanceSchedule

Returns the value of attribute maintenance_schedule.



403
404
405
# File 'sig/types.rbs', line 403

def maintenance_schedule
  @maintenance_schedule
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def name
  @name
end

#network_type"IPV4", "DUAL"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUAL")


396
397
398
# File 'sig/types.rbs', line 396

def network_type
  @network_type
end

#next_maintenance_time::Time

Returns the value of attribute next_maintenance_time.

Returns:

  • (::Time)


405
406
407
# File 'sig/types.rbs', line 405

def next_maintenance_time
  @next_maintenance_time
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


393
394
395
# File 'sig/types.rbs', line 393

def port
  @port
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


400
401
402
# File 'sig/types.rbs', line 400

def publicly_accessible
  @publicly_accessible
end

#reader_endpoint::String

Returns the value of attribute reader_endpoint.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def reader_endpoint
  @reader_endpoint
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE", "UPDATING_INSTANCE_TYPE", "REBOOTING", "REBOOT_FAILED", "PARTIALLY_AVAILABLE", "RESTORING", "RESTORE_FAILED")


390
391
392
# File 'sig/types.rbs', line 390

def status
  @status
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


408
409
410
# File 'sig/types.rbs', line 408

def vpc_security_group_ids
  @vpc_security_group_ids
end

#vpc_subnet_ids::Array[::String]

Returns the value of attribute vpc_subnet_ids.

Returns:

  • (::Array[::String])


407
408
409
# File 'sig/types.rbs', line 407

def vpc_subnet_ids
  @vpc_subnet_ids
end