Win RMListener Args
data class WinRMListenerArgs(val certificateUrl: Output<String>? = null, val protocol: Output<Either<String, ProtocolTypes>>? = null) : ConvertibleToJava<WinRMListenerArgs>
Describes Protocol and thumbprint of Windows Remote Management listener
Constructors
Link copied to clipboard
constructor(certificateUrl: Output<String>? = null, protocol: Output<Either<String, ProtocolTypes>>? = null)