toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.vpclattice.kotlin.outputs
/
ServiceDnsEntry
Service
Dns
Entry
data
class
ServiceDnsEntry
(
val
domainName
:
String
?
=
null
,
val
hostedZoneId
:
String
?
=
null
)
Members
Constructors
Service
Dns
Entry
Link copied to clipboard
constructor
(
domainName
:
String
?
=
null
,
hostedZoneId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
domain
Name
Link copied to clipboard
val
domainName
:
String
?
=
null
The domain name of the service.
hosted
Zone
Id
Link copied to clipboard
val
hostedZoneId
:
String
?
=
null
The ID of the hosted zone.