Ssl Protocol Match Condition Parameters Args
data class SslProtocolMatchConditionParametersArgs(val matchValues: Output<List<Either<String, SslProtocol>>>? = null, val negateCondition: Output<Boolean>? = null, val operator: Output<Either<String, SslProtocolOperator>>, val transforms: Output<List<Either<String, Transform>>>? = null, val typeName: Output<String>) : ConvertibleToJava<SslProtocolMatchConditionParametersArgs>
Defines the parameters for SslProtocol match conditions
Constructors
Link copied to clipboard
constructor(matchValues: Output<List<Either<String, SslProtocol>>>? = null, negateCondition: Output<Boolean>? = null, operator: Output<Either<String, SslProtocolOperator>>, transforms: Output<List<Either<String, Transform>>>? = null, typeName: Output<String>)