toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.elasticloadbalancing.kotlin
/
LoadBalancerArgsBuilder
/
subnets
subnets
@
JvmName
(
name
=
"ctyvsxaqubqamtyh"
)
suspend
fun
subnets
(
value
:
Output
<
List
<
String
>
>
)
@
JvmName
(
name
=
"eaokpehuuqewvyxr"
)
suspend
fun
subnets
(
value
:
List
<
String
>
?
)
Parameters
value
A list of subnet IDs to attach to the ELB.
@
JvmName
(
name
=
"tdokhsdnogreidgb"
)
suspend
fun
subnets
(
vararg
values
:
Output
<
String
>
)
@
JvmName
(
name
=
"oswpttfduyemlyit"
)
suspend
fun
subnets
(
values
:
List
<
Output
<
String
>
>
)
@
JvmName
(
name
=
"smfgvslavmpjevvj"
)
suspend
fun
subnets
(
vararg
values
:
String
)
Parameters
values
A list of subnet IDs to attach to the ELB.