toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.route53.kotlin.inputs
/
ZoneVpcArgs
Zone
Vpc
Args
data
class
ZoneVpcArgs
(
val
vpcId
:
Output
<
String
>
,
val
vpcRegion
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ZoneVpcArgs
>
Members
Constructors
Zone
Vpc
Args
Link copied to clipboard
constructor
(
vpcId
:
Output
<
String
>
,
vpcRegion
:
Output
<
String
>
?
=
null
)
Properties
vpc
Id
Link copied to clipboard
val
vpcId
:
Output
<
String
>
ID of the VPC to associate.
vpc
Region
Link copied to clipboard
val
vpcRegion
:
Output
<
String
>
?
=
null
Region of the VPC to associate. Defaults to AWS provider region.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ZoneVpcArgs