toggle menu
pulumi-aws-native-kotlin
0.108.1.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.codebuild.kotlin.outputs
/
FleetVpcConfig
Fleet
Vpc
Config
data
class
FleetVpcConfig
(
val
securityGroupIds
:
List
<
String
>
?
=
null
,
val
subnets
:
List
<
String
>
?
=
null
,
val
vpcId
:
String
?
=
null
)
Members
Constructors
Fleet
Vpc
Config
Link copied to clipboard
constructor
(
securityGroupIds
:
List
<
String
>
?
=
null
,
subnets
:
List
<
String
>
?
=
null
,
vpcId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
security
Group
Ids
Link copied to clipboard
val
securityGroupIds
:
List
<
String
>
?
=
null
subnets
Link copied to clipboard
val
subnets
:
List
<
String
>
?
=
null
vpc
Id
Link copied to clipboard
val
vpcId
:
String
?
=
null