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
constructor(category: Output<Either<String, RuleCategory>>? = null, destination: Output<ServiceTagDestinationArgs>? = null, status: Output<Either<String, RuleStatus>>? = null, type: Output<String>)
Properties
Link copied to clipboard
Category of a managed network Outbound Rule of a machine learning workspace.
Link copied to clipboard
Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
Link copied to clipboard
Type of a managed network Outbound Rule of a machine learning workspace.