Skip to content

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.

const assoc = yield* ServiceNetworkServiceAssociation("PaymentsLink", {
serviceNetworkIdentifier: network.serviceNetworkId,
serviceIdentifier: service.serviceId,
});