getZones

suspend fun getZones(argument: GetZonesPlainArgs): GetZonesResult

This data source provides availability zones for RDS that can be accessed by an Alibaba Cloud account within the region configured in the provider.

NOTE: Available in v1.73.0+.

Return

A collection of values returned by getZones.

Parameters

argument

A collection of arguments for invoking getZones.


suspend fun getZones(category: String? = null, dbInstanceClass: String? = null, dbInstanceStorageType: String? = null, engine: String? = null, engineVersion: String? = null, instanceChargeType: String? = null, multi: Boolean? = null, multiZone: Boolean? = null, outputFile: String? = null): GetZonesResult

Return

A collection of values returned by getZones.

See also

Parameters

category

DB Instance category. the value like `Basic`, `HighAvailability`, `Finance`, `AlwaysOn`, `serverless_basic`, `serverless_standard`, `serverless_ha`, `cluster`, detail info.

dbInstanceClass
dbInstanceStorageType

The DB instance storage space required by the user. Valid values: "cloud_ssd", "local_ssd", "cloud_essd", "cloud_essd2", "cloud_essd3".

engine

Database type. Valid values: "MySQL", "SQLServer", "PostgreSQL", "MariaDB". If not set, it will match all of engines.

engineVersion

Database version required by the user. Value options can refer to the latest docs detail info EngineVersion.

instanceChargeType

Filter the results by a specific instance charge type. Valid values: PrePaid and PostPaid and Serverless. Default to PostPaid.

multi

It has been deprecated from version 1.137.0 and using multi_zone instead.

multiZone

Indicate whether the zones can be used in a multi AZ configuration. Default to false. Multi AZ is usually used to launch RDS instances.

outputFile

File name where to save data source results (after running pulumi preview).


suspend fun getZones(argument: suspend GetZonesPlainArgsBuilder.() -> Unit): GetZonesResult

Return

A collection of values returned by getZones.

See also

Parameters

argument

Builder for com.pulumi.alicloud.rds.kotlin.inputs.GetZonesPlainArgs.