toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.route53.kotlin.outputs
/
ZoneVpc
Zone
Vpc
data
class
ZoneVpc
(
val
vpcId
:
String
,
val
vpcRegion
:
String
?
=
null
)
Members
Constructors
Zone
Vpc
Link copied to clipboard
constructor
(
vpcId
:
String
,
vpcRegion
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
vpc
Id
Link copied to clipboard
val
vpcId
:
String
ID of the VPC to associate.
vpc
Region
Link copied to clipboard
val
vpcRegion
:
String
?
=
null
Region of the VPC to associate. Defaults to AWS provider region.