Service Network Args
data class ServiceNetworkArgs(val authType: Output<ServiceNetworkAuthType>? = null, val name: Output<String>? = null, val tags: Output<List<ServiceNetworkTagArgs>>? = null) : ConvertibleToJava<ServiceNetworkArgs>
A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.
Constructors
Link copied to clipboard
fun ServiceNetworkArgs(authType: Output<ServiceNetworkAuthType>? = null, name: Output<String>? = null, tags: Output<List<ServiceNetworkTagArgs>>? = null)