pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.route53.kotlin.outputs
/
ZoneVpc
Zone
Vpc
data
class
ZoneVpc
(
val
vpcId
:
String
,
val
vpcRegion
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Zone
Vpc
Link copied to clipboard
fun
ZoneVpc
(
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.