toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
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
)
Members
Constructors
Vpc
Endpoint
Dns
Entry
Link copied to clipboard
constructor
(
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.