Service Tag Destination Args
data class ServiceTagDestinationArgs(val action: Output<Either<String, RuleAction>>? = null, val portRanges: Output<String>? = null, val protocol: Output<String>? = null, val serviceTag: Output<String>? = null) : ConvertibleToJava<ServiceTagDestinationArgs>
Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
Constructors
Link copied to clipboard
constructor(action: Output<Either<String, RuleAction>>? = null, portRanges: Output<String>? = null, protocol: Output<String>? = null, serviceTag: Output<String>? = null)