toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.vpclattice.kotlin.inputs
/
ServiceDnsEntryArgs
Service
Dns
Entry
Args
data
class
ServiceDnsEntryArgs
(
val
domainName
:
Output
<
String
>
?
=
null
,
val
hostedZoneId
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ServiceDnsEntryArgs
>
Members
Constructors
Service
Dns
Entry
Args
Link copied to clipboard
constructor
(
domainName
:
Output
<
String
>
?
=
null
,
hostedZoneId
:
Output
<
String
>
?
=
null
)
Properties
domain
Name
Link copied to clipboard
val
domainName
:
Output
<
String
>
?
=
null
The domain name of the service.
hosted
Zone
Id
Link copied to clipboard
val
hostedZoneId
:
Output
<
String
>
?
=
null
The ID of the hosted zone.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ServiceDnsEntryArgs