Class: Aws::Types::CreateDbInstanceInput

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)


109
110
111
# File 'sig/types.rbs', line 109

def allocated_storage
  @allocated_storage
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def bucket
  @bucket
end

#db_backup_configurations::Array[Types::DbBackupConfiguration]

Returns the value of attribute db_backup_configurations.

Returns:



117
118
119
# File 'sig/types.rbs', line 117

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


104
105
106
# File 'sig/types.rbs', line 104

def db_instance_type
  @db_instance_type
end

#db_parameter_group_identifier::String

Returns the value of attribute db_parameter_group_identifier.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

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


108
109
110
# File 'sig/types.rbs', line 108

def db_storage_type
  @db_storage_type
end

#deployment_type"SINGLE_AZ", "WITH_MULTIAZ_STANDBY"

Returns the value of attribute deployment_type.

Returns:

  • ("SINGLE_AZ", "WITH_MULTIAZ_STANDBY")


111
112
113
# File 'sig/types.rbs', line 111

def deployment_type
  @deployment_type
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def kms_key_id
  @kms_key_id
end

#log_delivery_configurationTypes::LogDeliveryConfiguration

Returns the value of attribute log_delivery_configuration.



112
113
114
# File 'sig/types.rbs', line 112

def log_delivery_configuration
  @log_delivery_configuration
end

#maintenance_scheduleTypes::MaintenanceSchedule

Returns the value of attribute maintenance_schedule.



113
114
115
# File 'sig/types.rbs', line 113

def maintenance_schedule
  @maintenance_schedule
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def name
  @name
end

#network_type"IPV4", "DUAL"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUAL")


116
117
118
# File 'sig/types.rbs', line 116

def network_type
  @network_type
end

#organization::String

Returns the value of attribute organization.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def organization
  @organization
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def password
  @password
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


115
116
117
# File 'sig/types.rbs', line 115

def port
  @port
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


107
108
109
# File 'sig/types.rbs', line 107

def publicly_accessible
  @publicly_accessible
end

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

Returns the value of attribute tags.

Returns:

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


114
115
116
# File 'sig/types.rbs', line 114

def tags
  @tags
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def username
  @username
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


106
107
108
# File 'sig/types.rbs', line 106

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


105
106
107
# File 'sig/types.rbs', line 105

def vpc_subnet_ids
  @vpc_subnet_ids
end