availabilityZones

@JvmName(name = "clwintqqegvwnrae")
suspend fun availabilityZones(value: Output<List<String>>)
@JvmName(name = "pwmbotbwkkqviyky")
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 pulumi up. 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 = "rtvagkjcaboucnpl")
suspend fun availabilityZones(vararg values: Output<String>)


@JvmName(name = "qpqwqbpwhvlkbrmt")
suspend fun availabilityZones(values: List<Output<String>>)
@JvmName(name = "tupygpodluwjudxx")
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 pulumi up. We recommend specifying 3 AZs or using the lifecycle configuration block ignore_changes argument if necessary. A maximum of 3 AZs can be configured.