| Modifier and Type | Method and Description |
|---|---|
static VpcLink.Builder |
VpcLink.Builder.create(software.constructs.Construct scope,
String id) |
VpcLink.Builder |
VpcLink.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups)
(experimental) A list of security groups for the VPC link.
|
VpcLink.Builder |
VpcLink.Builder.subnets(SubnetSelection subnets)
(experimental) A list of subnets for the VPC link.
|
VpcLink.Builder |
VpcLink.Builder.vpc(IVpc vpc)
(experimental) The VPC in which the private resources reside.
|
VpcLink.Builder |
VpcLink.Builder.vpcLinkName(String vpcLinkName)
(experimental) The name used to label and identify the VPC link.
|
Copyright © 2023. All rights reserved.