Domain Resource Proxy Type Args
data class DomainResourceProxyTypeArgs(val proxyPorts: Output<List<Int>>? = null, val proxyType: Output<String>? = null) : ConvertibleToJava<DomainResourceProxyTypeArgs>
Constructors
Link copied to clipboard
fun DomainResourceProxyTypeArgs(proxyPorts: Output<List<Int>>? = null, proxyType: Output<String>? = null)