ServiceNetworkServiceAssociationArgs

data class ServiceNetworkServiceAssociationArgs(val dnsEntry: Output<ServiceNetworkServiceAssociationDnsEntryArgs>? = null, val serviceIdentifier: Output<String>? = null, val serviceNetworkIdentifier: Output<String>? = null, val tags: Output<List<ServiceNetworkServiceAssociationTagArgs>>? = null) : ConvertibleToJava<ServiceNetworkServiceAssociationArgs>

Associates a service with a service network.

Constructors

Link copied to clipboard
fun ServiceNetworkServiceAssociationArgs(dnsEntry: Output<ServiceNetworkServiceAssociationDnsEntryArgs>? = null, serviceIdentifier: Output<String>? = null, serviceNetworkIdentifier: Output<String>? = null, tags: Output<List<ServiceNetworkServiceAssociationTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val serviceIdentifier: Output<String>? = null
Link copied to clipboard
val serviceNetworkIdentifier: Output<String>? = null
Link copied to clipboard