subnetIds

@JvmName(name = "jembklnseefhtqlc")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "rpwpxhgncgsrmqxi")
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 = "agfklhsscoptswpc")
suspend fun subnetIds(vararg values: Output<String>)


@JvmName(name = "ukhykemmgyydsgwx")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "rjgnibejtwxjqvkh")
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.