Service Tag Outbound Rule Args
data class ServiceTagOutboundRuleArgs(val category: Output<Either<String, RuleCategory>>? = null, val destination: Output<ServiceTagDestinationArgs>? = null, val status: Output<Either<String, RuleStatus>>? = null, val type: Output<String>) : ConvertibleToJava<ServiceTagOutboundRuleArgs>
Service Tag Outbound Rule for the managed network of a machine learning workspace.
Constructors
Link copied to clipboard
fun ServiceTagOutboundRuleArgs(category: Output<Either<String, RuleCategory>>? = null, destination: Output<ServiceTagDestinationArgs>? = null, status: Output<Either<String, RuleStatus>>? = null, type: Output<String>)