pulumi-aws-kotlin
5.29.1.1
pulumi-aws-kotlin
/
com.pulumi.aws.devicefarm.kotlin
/
TestGridProjectArgsBuilder
Test
Grid
Project
Args
Builder
class
TestGridProjectArgsBuilder
Builder for
TestGridProjectArgs
.
Functions
Functions
description
Link copied to clipboard
@
JvmName
(
name
=
"ngadotcwaneuiuwg"
)
suspend
fun
description
(
value
:
Output
<
String
>
)
@
JvmName
(
name
=
"scxxbbxyekyaclxx"
)
suspend
fun
description
(
value
:
String
?
)
name
Link copied to clipboard
@
JvmName
(
name
=
"yfadaebmavcboepy"
)
suspend
fun
name
(
value
:
Output
<
String
>
)
@
JvmName
(
name
=
"vggulbpchewsanpl"
)
suspend
fun
name
(
value
:
String
?
)
tags
Link copied to clipboard
@
JvmName
(
name
=
"hgxtyevdxplqhsea"
)
suspend
fun
tags
(
value
:
Output
<
Map
<
String
,
String
>
>
)
@
JvmName
(
name
=
"wpnnlodwxnupjgjp"
)
fun
tags
(
vararg
values
:
Pair
<
String
,
String
>
)
@
JvmName
(
name
=
"rlsrvqokunrxrfox"
)
suspend
fun
tags
(
value
:
Map
<
String
,
String
>
?
)
vpc
Config
Link copied to clipboard
@
JvmName
(
name
=
"lkbxghmapjccbete"
)
suspend
fun
vpcConfig
(
value
:
TestGridProjectVpcConfigArgs
?
)
@
JvmName
(
name
=
"sytrrwdvlybsjfdr"
)
suspend
fun
vpcConfig
(
value
:
Output
<
TestGridProjectVpcConfigArgs
>
)
@
JvmName
(
name
=
"wkbxaawvdtqsjtmu"
)
suspend
fun
vpcConfig
(
argument
:
suspend
TestGridProjectVpcConfigArgsBuilder
.
(
)
->
Unit
)