ContainerPublicDomainNameArgs

data class ContainerPublicDomainNameArgs(val certificateName: Output<String>? = null, val domainNames: Output<List<String>>? = null) : ConvertibleToJava<ContainerPublicDomainNameArgs>

The public domain name to use with the container service, such as example.com and www.example.com.

Constructors

Link copied to clipboard
constructor(certificateName: Output<String>? = null, domainNames: Output<List<String>>? = null)

Properties

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

The name of the certificate for the public domains.

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

An object that describes the configuration for the containers of the deployment.

Functions

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