toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.msk.kotlin
/
VpcConnectionArgs
/
VpcConnectionArgs
Vpc
Connection
Args
constructor
(
authentication
:
Output
<
VpcConnectionAuthentication
>
?
=
null
,
clientSubnets
:
Output
<
List
<
String
>
>
?
=
null
,
securityGroups
:
Output
<
List
<
String
>
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
targetClusterArn
:
Output
<
String
>
?
=
null
,
vpcId
:
Output
<
String
>
?
=
null
)