Module: Aws::TimestreamInfluxDB::Client::_CreateDbInstanceResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateDbInstanceOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#allocated_storage::Integer

Returns:

  • (::Integer)


130
# File 'sig/client.rbs', line 130

def allocated_storage: () -> ::Integer

#arn::String

Returns:

  • (::String)


123
# File 'sig/client.rbs', line 123

def arn: () -> ::String

#availability_zone::String

Returns:

  • (::String)


136
# File 'sig/client.rbs', line 136

def availability_zone: () -> ::String

#db_cluster_id::String

Returns:

  • (::String)


140
# File 'sig/client.rbs', line 140

def db_cluster_id: () -> ::String

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

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


128
# File 'sig/client.rbs', line 128

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

Returns:

  • (::String)


135
# File 'sig/client.rbs', line 135

def db_parameter_group_identifier: () -> ::String

#db_storage_type"InfluxIOIncludedT1", ...

Returns:

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


129
# File 'sig/client.rbs', line 129

def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")

#deployment_type"SINGLE_AZ", "WITH_MULTIAZ_STANDBY"

Returns:

  • ("SINGLE_AZ", "WITH_MULTIAZ_STANDBY")


131
# File 'sig/client.rbs', line 131

def deployment_type: () -> ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")

#endpoint::String

Returns:

  • (::String)


125
# File 'sig/client.rbs', line 125

def endpoint: () -> ::String

#id::String

Returns:

  • (::String)


121
# File 'sig/client.rbs', line 121

def id: () -> ::String

#influx_auth_parameters_secret_arn::String

Returns:

  • (::String)


139
# File 'sig/client.rbs', line 139

def influx_auth_parameters_secret_arn: () -> ::String

#instance_mode"PRIMARY", ...

Returns:

  • ("PRIMARY", "STANDBY", "REPLICA", "INGEST", "QUERY", "COMPACT", "PROCESS")


141
# File 'sig/client.rbs', line 141

def instance_mode: () -> ("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")

#instance_modes::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]

Returns:

  • (::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")])


142
# File 'sig/client.rbs', line 142

def instance_modes: () -> ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]

#last_maintenance_time::Time

Returns:

  • (::Time)


144
# File 'sig/client.rbs', line 144

def last_maintenance_time: () -> ::Time

#log_delivery_configurationTypes::LogDeliveryConfiguration



138
# File 'sig/client.rbs', line 138

def log_delivery_configuration: () -> Types::LogDeliveryConfiguration

#maintenance_scheduleTypes::MaintenanceSchedule



143
# File 'sig/client.rbs', line 143

def maintenance_schedule: () -> Types::MaintenanceSchedule

#name::String

Returns:

  • (::String)


122
# File 'sig/client.rbs', line 122

def name: () -> ::String

#network_type"IPV4", "DUAL"

Returns:

  • ("IPV4", "DUAL")


127
# File 'sig/client.rbs', line 127

def network_type: () -> ("IPV4" | "DUAL")

#next_maintenance_time::Time

Returns:

  • (::Time)


145
# File 'sig/client.rbs', line 145

def next_maintenance_time: () -> ::Time

#port::Integer

Returns:

  • (::Integer)


126
# File 'sig/client.rbs', line 126

def port: () -> ::Integer

#publicly_accessibleBoolean

Returns:

  • (Boolean)


133
# File 'sig/client.rbs', line 133

def publicly_accessible: () -> bool

#secondary_availability_zone::String

Returns:

  • (::String)


137
# File 'sig/client.rbs', line 137

def secondary_availability_zone: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE", "REBOOTING", "REBOOT_FAILED")


124
# File 'sig/client.rbs', line 124

def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")

#vpc_security_group_ids::Array[::String]

Returns:

  • (::Array[::String])


134
# File 'sig/client.rbs', line 134

def vpc_security_group_ids: () -> ::Array[::String]

#vpc_subnet_ids::Array[::String]

Returns:

  • (::Array[::String])


132
# File 'sig/client.rbs', line 132

def vpc_subnet_ids: () -> ::Array[::String]