subnetIds

@JvmName(name = "rfgqqjrdnbbvomvv")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "hjgrjjmcmgujvxbi")
suspend fun subnetIds(value: List<String>?)

Parameters

value

Provide one subnet ID for each Availability Zone that your domain uses. For example, you must specify three subnet IDs for a three-AZ domain. To learn more, see VPCs and subnets in the Amazon VPC User Guide . If you specify more than one subnet, you must also configure ZoneAwarenessEnabled and ZoneAwarenessConfig within ClusterConfig , otherwise you'll see the error "You must specify exactly one subnet" during template creation.


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


@JvmName(name = "nqwpukhxjoeyyibs")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "mhrahbjqvhkvagug")
suspend fun subnetIds(vararg values: String)

Parameters

values

Provide one subnet ID for each Availability Zone that your domain uses. For example, you must specify three subnet IDs for a three-AZ domain. To learn more, see VPCs and subnets in the Amazon VPC User Guide . If you specify more than one subnet, you must also configure ZoneAwarenessEnabled and ZoneAwarenessConfig within ClusterConfig , otherwise you'll see the error "You must specify exactly one subnet" during template creation.