toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.vpclattice.kotlin
/
ResourceGatewayArgs
/
ResourceGatewayArgs
Resource
Gateway
Args
constructor
(
ipAddressType
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
securityGroupIds
:
Output
<
List
<
String
>
>
?
=
null
,
subnetIds
:
Output
<
List
<
String
>
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
timeouts
:
Output
<
ResourceGatewayTimeoutsArgs
>
?
=
null
,
vpcId
:
Output
<
String
>
?
=
null
)