toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.elb.kotlin
/
LoadBalancerArgsBuilder
/
instances
instances
@
JvmName
(
name
=
"gccuvluqdwdhqmbl"
)
suspend
fun
instances
(
value
:
Output
<
List
<
String
>
>
)
@
JvmName
(
name
=
"vfnjjfasntrmbhsl"
)
suspend
fun
instances
(
value
:
List
<
String
>
?
)
Parameters
value
A list of instance ids to place in the ELB pool.
@
JvmName
(
name
=
"urgwarqlkmtpwxga"
)
suspend
fun
instances
(
vararg
values
:
Output
<
String
>
)
@
JvmName
(
name
=
"iehwboygadqifhxn"
)
suspend
fun
instances
(
values
:
List
<
Output
<
String
>
>
)
@
JvmName
(
name
=
"wuicodwyambbkixc"
)
suspend
fun
instances
(
vararg
values
:
String
)
Parameters
values
A list of instance ids to place in the ELB pool.