pulumi-aws-native-kotlin
0.82.0.0
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
>
Constructors
Functions
Properties
Constructors
Service
Dns
Entry
Args
Link copied to clipboard
fun
ServiceDnsEntryArgs
(
domainName
:
Output
<
String
>
?
=
null
,
hostedZoneId
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ServiceDnsEntryArgs
Properties
domain
Name
Link copied to clipboard
val
domainName
:
Output
<
String
>
?
=
null
hosted
Zone
Id
Link copied to clipboard
val
hostedZoneId
:
Output
<
String
>
?
=
null