Uses of Class
software.amazon.awscdk.services.apprunner.alpha.VpcConnector.Builder
Packages that use VpcConnector.Builder
Package
Description
AWS::AppRunner Construct Library
-
Uses of VpcConnector.Builder in software.amazon.awscdk.services.apprunner.alpha
Methods in software.amazon.awscdk.services.apprunner.alpha that return VpcConnector.BuilderModifier and TypeMethodDescriptionstatic VpcConnector.BuilderVpcConnector.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) (experimental) A list of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets.(experimental) The VPC for the VPC Connector.VpcConnector.Builder.vpcConnectorName(String vpcConnectorName) (experimental) The name for the VpcConnector.VpcConnector.Builder.vpcSubnets(SubnetSelection vpcSubnets) (experimental) Where to place the VPC Connector within the VPC.