availabilityZones

@JvmName(name = "cgxfyfxfavkoxulf")
suspend fun availabilityZones(value: Output<List<String>>)
@JvmName(name = "nvnijtubtieummru")
suspend fun availabilityZones(value: List<String>?)

Parameters

value

List of EC2 Availability Zones for the DB cluster storage where DB cluster instances can be created. RDS automatically assigns 3 AZs if less than 3 AZs are configured, which will show as a difference requiring resource recreation next apply. We recommend specifying 3 AZs or using the lifecycle configuration block ignore_changes argument if necessary. A maximum of 3 AZs can be configured.


@JvmName(name = "ojpjjuvsrrypenxy")
suspend fun availabilityZones(vararg values: Output<String>)


@JvmName(name = "qkgkegqloluvfnch")
suspend fun availabilityZones(values: List<Output<String>>)
@JvmName(name = "lrbynkqrpdsoolne")
suspend fun availabilityZones(vararg values: String)

Parameters

values

List of EC2 Availability Zones for the DB cluster storage where DB cluster instances can be created. RDS automatically assigns 3 AZs if less than 3 AZs are configured, which will show as a difference requiring resource recreation next apply. We recommend specifying 3 AZs or using the lifecycle configuration block ignore_changes argument if necessary. A maximum of 3 AZs can be configured.