toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.devicefarm.kotlin.outputs
Package-level
declarations
Types
Types
Device
Pool
Rule
Link copied to clipboard
data
class
DevicePoolRule
(
val
attribute
:
String
?
=
null
,
val
operator
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Test
Grid
Project
Vpc
Config
Link copied to clipboard
data
class
TestGridProjectVpcConfig
(
val
securityGroupIds
:
List
<
String
>
,
val
subnetIds
:
List
<
String
>
,
val
vpcId
:
String
)