Uses of Class
software.amazon.awscdk.services.bedrockagentcore.VpcConfigProps.Builder
Packages that use VpcConfigProps.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of VpcConfigProps.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return VpcConfigProps.BuilderModifier and TypeMethodDescriptionVpcConfigProps.Builder.allowAllOutbound(Boolean allowAllOutbound) Sets the value ofVpcConfigProps.getAllowAllOutbound()static VpcConfigProps.BuilderVpcConfigProps.builder()VpcConfigProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofVpcConfigProps.getSecurityGroups()Sets the value ofVpcConfigProps.getVpc()VpcConfigProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofVpcConfigProps.getVpcSubnets()Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type VpcConfigProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(VpcConfigProps.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcConfigProps.Builder.