ServiceDnsEntryArgs

data class ServiceDnsEntryArgs(val domainName: Output<String>? = null, val hostedZoneId: Output<String>? = null) : ConvertibleToJava<ServiceDnsEntryArgs>

Constructors

Link copied to clipboard
constructor(domainName: Output<String>? = null, hostedZoneId: Output<String>? = null)

Properties

Link copied to clipboard
val domainName: Output<String>? = null

The domain name of the service.

Link copied to clipboard
val hostedZoneId: Output<String>? = null

The ID of the hosted zone.

Functions

Link copied to clipboard
open override fun toJava(): ServiceDnsEntryArgs