ServiceNetworkServiceAssociation
Source:
src/AWS/VpcLattice/ServiceNetworkServiceAssociation.ts
Associates a VPC Lattice service with a service network, making the service reachable from every VPC associated with that network.
Associating a Service
Section titled “Associating a Service”const assoc = yield* ServiceNetworkServiceAssociation("PaymentsLink", { serviceNetworkIdentifier: network.serviceNetworkId, serviceIdentifier: service.serviceId,});