Class: Aws::Types::CreateDbClusterInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username, :password])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


77
78
79
# File 'sig/types.rbs', line 77

def allocated_storage
  @allocated_storage
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def bucket
  @bucket
end

#db_backup_configurations::Array[Types::DbBackupConfiguration]

Returns the value of attribute db_backup_configurations.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

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


75
76
77
# File 'sig/types.rbs', line 75

def db_instance_type
  @db_instance_type
end

#db_parameter_group_identifier::String

Returns the value of attribute db_parameter_group_identifier.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

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


76
77
78
# File 'sig/types.rbs', line 76

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


82
83
84
# File 'sig/types.rbs', line 82

def deployment_type
  @deployment_type
end

#failover_mode"AUTOMATIC", "NO_FAILOVER"

Returns the value of attribute failover_mode.

Returns:

  • ("AUTOMATIC", "NO_FAILOVER")


83
84
85
# File 'sig/types.rbs', line 83

def failover_mode
  @failover_mode
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def kms_key_id
  @kms_key_id
end

#log_delivery_configurationTypes::LogDeliveryConfiguration

Returns the value of attribute log_delivery_configuration.



84
85
86
# File 'sig/types.rbs', line 84

def log_delivery_configuration
  @log_delivery_configuration
end

#maintenance_scheduleTypes::MaintenanceSchedule

Returns the value of attribute maintenance_schedule.



85
86
87
# File 'sig/types.rbs', line 85

def maintenance_schedule
  @maintenance_schedule
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def name
  @name
end

#network_type"IPV4", "DUAL"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUAL")


78
79
80
# File 'sig/types.rbs', line 78

def network_type
  @network_type
end

#organization::String

Returns the value of attribute organization.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def organization
  @organization
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def password
  @password
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


73
74
75
# File 'sig/types.rbs', line 73

def port
  @port
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


79
80
81
# File 'sig/types.rbs', line 79

def publicly_accessible
  @publicly_accessible
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


88
89
90
# File 'sig/types.rbs', line 88

def tags
  @tags
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def username
  @username
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


81
82
83
# File 'sig/types.rbs', line 81

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])


80
81
82
# File 'sig/types.rbs', line 80

def vpc_subnet_ids
  @vpc_subnet_ids
end