ServiceNetworkArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): ServiceNetworkArgs

Properties

Link copied to clipboard
val authType: Output<ServiceNetworkAuthType>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val tags: Output<List<ServiceNetworkTagArgs>>? = null