pulumi-aws-kotlin
5.42.0.0
pulumi-aws-kotlin
/
com.pulumi.aws.elasticloadbalancing.kotlin
/
LoadBalancerArgsBuilder
/
instances
instances
@
JvmName
(
name
=
"klvsvhvyltdctofy"
)
suspend
fun
instances
(
value
:
Output
<
List
<
String
>
>
)
@
JvmName
(
name
=
"cfcdmdsbodewctxq"
)
suspend
fun
instances
(
value
:
List
<
String
>
?
)
Parameters
value
A list of instance ids to place in the ELB pool.
@
JvmName
(
name
=
"gceltaxjyghuvfnn"
)
suspend
fun
instances
(
vararg
values
:
Output
<
String
>
)
@
JvmName
(
name
=
"bghslchqqruxrmak"
)
suspend
fun
instances
(
values
:
List
<
Output
<
String
>
>
)
@
JvmName
(
name
=
"javwytymtbqywoxb"
)
suspend
fun
instances
(
vararg
values
:
String
)
Parameters
values
A list of instance ids to place in the ELB pool.