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)
Properties
Link copied to clipboard
The DNS information of the service.
Link copied to clipboard
The ID or Amazon Resource Name (ARN) of the service.
Link copied to clipboard
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.