GatewayCustomDomainPropertiesArgs

data class GatewayCustomDomainPropertiesArgs(val thumbprint: Output<String>? = null) : ConvertibleToJava<GatewayCustomDomainPropertiesArgs>

The properties of custom domain for Spring Cloud Gateway

Constructors

Link copied to clipboard
constructor(thumbprint: Output<String>? = null)

Properties

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

The thumbprint of bound certificate.

Functions

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