pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.ec2.kotlin.outputs
/
VpcEndpointDnsEntry
Vpc
Endpoint
Dns
Entry
data
class
VpcEndpointDnsEntry
(
val
dnsName
:
String
?
=
null
,
val
hostedZoneId
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Vpc
Endpoint
Dns
Entry
Link copied to clipboard
fun
VpcEndpointDnsEntry
(
dnsName
:
String
?
=
null
,
hostedZoneId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
dns
Name
Link copied to clipboard
val
dnsName
:
String
?
=
null
The DNS name.
hosted
Zone
Id
Link copied to clipboard
val
hostedZoneId
:
String
?
=
null
The ID of the private hosted zone.