pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.privatelink.kotlin
/
VpcEndpointArgs
/
VpcEndpointArgs
Vpc
Endpoint
Args
fun
VpcEndpointArgs
(
dryRun
:
Output
<
Boolean
>
?
=
null
,
endpointDescription
:
Output
<
String
>
?
=
null
,
securityGroupIds
:
Output
<
List
<
String
>
>
?
=
null
,
serviceId
:
Output
<
String
>
?
=
null
,
serviceName
:
Output
<
String
>
?
=
null
,
vpcEndpointName
:
Output
<
String
>
?
=
null
,
vpcId
:
Output
<
String
>
?
=
null
)