Module: Aws::TimestreamInfluxDB::Client::_CreateDbInstanceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDbInstanceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allocated_storage ⇒ ::Integer
- #arn ⇒ ::String
- #availability_zone ⇒ ::String
- #db_cluster_id ⇒ ::String
- #db_instance_type ⇒ "db.influx.medium", ...
- #db_parameter_group_identifier ⇒ ::String
- #db_storage_type ⇒ "InfluxIOIncludedT1", ...
- #deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
- #endpoint ⇒ ::String
- #id ⇒ ::String
- #influx_auth_parameters_secret_arn ⇒ ::String
- #instance_mode ⇒ "PRIMARY", ...
- #instance_modes ⇒ ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
- #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
- #secondary_availability_zone ⇒ ::String
- #status ⇒ "CREATING", ...
- #vpc_security_group_ids ⇒ ::Array[::String]
- #vpc_subnet_ids ⇒ ::Array[::String]
Instance Method Details
#allocated_storage ⇒ ::Integer
130 |
# File 'sig/client.rbs', line 130
def allocated_storage: () -> ::Integer
|
#arn ⇒ ::String
123 |
# File 'sig/client.rbs', line 123
def arn: () -> ::String
|
#availability_zone ⇒ ::String
136 |
# File 'sig/client.rbs', line 136
def availability_zone: () -> ::String
|
#db_cluster_id ⇒ ::String
140 |
# File 'sig/client.rbs', line 140
def db_cluster_id: () -> ::String
|
#db_instance_type ⇒ "db.influx.medium", ...
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
135 |
# File 'sig/client.rbs', line 135
def db_parameter_group_identifier: () -> ::String
|
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
129 |
# File 'sig/client.rbs', line 129
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
131 |
# File 'sig/client.rbs', line 131
def deployment_type: () -> ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")
|
#endpoint ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def endpoint: () -> ::String
|
#id ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def id: () -> ::String
|
#influx_auth_parameters_secret_arn ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def influx_auth_parameters_secret_arn: () -> ::String
|
#instance_mode ⇒ "PRIMARY", ...
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")]
142 |
# File 'sig/client.rbs', line 142
def instance_modes: () -> ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
|
#last_maintenance_time ⇒ ::Time
144 |
# File 'sig/client.rbs', line 144
def last_maintenance_time: () -> ::Time
|
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
138 |
# File 'sig/client.rbs', line 138
def log_delivery_configuration: () -> Types::LogDeliveryConfiguration
|
#maintenance_schedule ⇒ Types::MaintenanceSchedule
143 |
# File 'sig/client.rbs', line 143
def maintenance_schedule: () -> Types::MaintenanceSchedule
|
#name ⇒ ::String
122 |
# File 'sig/client.rbs', line 122
def name: () -> ::String
|
#network_type ⇒ "IPV4", "DUAL"
127 |
# File 'sig/client.rbs', line 127
def network_type: () -> ("IPV4" | "DUAL")
|
#next_maintenance_time ⇒ ::Time
145 |
# File 'sig/client.rbs', line 145
def next_maintenance_time: () -> ::Time
|
#port ⇒ ::Integer
126 |
# File 'sig/client.rbs', line 126
def port: () -> ::Integer
|
#publicly_accessible ⇒ Boolean
133 |
# File 'sig/client.rbs', line 133
def publicly_accessible: () -> bool
|
#secondary_availability_zone ⇒ ::String
137 |
# File 'sig/client.rbs', line 137
def secondary_availability_zone: () -> ::String
|
#status ⇒ "CREATING", ...
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]
134 |
# File 'sig/client.rbs', line 134
def vpc_security_group_ids: () -> ::Array[::String]
|
#vpc_subnet_ids ⇒ ::Array[::String]
132 |
# File 'sig/client.rbs', line 132
def vpc_subnet_ids: () -> ::Array[::String]
|