ServiceNetworkVpcAssociation
Source:
src/AWS/VpcLattice/ServiceNetworkVpcAssociation.ts
Associates a VPC with a VPC Lattice service network, letting workloads in the VPC reach every service in the network (subject to auth policies). The most common VPC Lattice wiring step.
Associating a VPC
Section titled “Associating a VPC”const assoc = yield* ServiceNetworkVpcAssociation("AppVpcLink", { serviceNetworkIdentifier: network.serviceNetworkId, vpcIdentifier: vpc.vpcId, securityGroupIds: [sg.groupId],});