Service Network Service Association Args
data class ServiceNetworkServiceAssociationArgs(val dnsEntry: Output<ServiceNetworkServiceAssociationDnsEntryArgs>? = null, val serviceIdentifier: Output<String>? = null, val serviceNetworkIdentifier: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ServiceNetworkServiceAssociationArgs>
Associates a service with a service network.
Constructors
Link copied to clipboard
constructor(dnsEntry: Output<ServiceNetworkServiceAssociationDnsEntryArgs>? = null, serviceIdentifier: Output<String>? = null, serviceNetworkIdentifier: Output<String>? = null, tags: Output<List<TagArgs>>? = null)