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 Amazon Resource Name (ARN) of the service.

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

The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN if the resources specified in the operation 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