SslNegotiationPolicyAttributeArgs

data class SslNegotiationPolicyAttributeArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<SslNegotiationPolicyAttributeArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the attribute

Link copied to clipboard
val value: Output<String>

The value of the attribute

Functions

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