ServiceNetworkServiceAssociationArgs

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)

Properties

Link copied to clipboard

The DNS information of the service.

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

The ID or ARN of the service.

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

The ID or ARN of the service network. You must use an ARN if the resources are in different accounts.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags for the association.

Functions

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