Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.VpcConfigProps
Packages that use VpcConfigProps
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of VpcConfigProps in software.amazon.awscdk.services.bedrockagentcore
Classes in software.amazon.awscdk.services.bedrockagentcore that implement VpcConfigPropsMethods in software.amazon.awscdk.services.bedrockagentcore that return VpcConfigPropsMethods in software.amazon.awscdk.services.bedrockagentcore with parameters of type VpcConfigPropsModifier and TypeMethodDescriptionstatic BrowserNetworkConfigurationBrowserNetworkConfiguration.usingVpc(software.constructs.Construct scope, VpcConfigProps vpcConfig) Creates a network configuration from a VPC configuration.CodeInterpreterNetworkConfiguration.usingVpc(software.constructs.Construct scope, VpcConfigProps vpcConfig) Creates a network configuration from a VPC configuration.static RuntimeNetworkConfigurationRuntimeNetworkConfiguration.usingVpc(software.constructs.Construct scope, VpcConfigProps vpcConfig) Creates a network configuration from a VPC configuration.Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type VpcConfigPropsModifierConstructorDescriptionprotectedBrowserNetworkConfiguration(String mode, software.constructs.Construct scope, VpcConfigProps vpcConfig) Creates a new network configuration.protectedCodeInterpreterNetworkConfiguration(String mode, software.constructs.Construct scope, VpcConfigProps vpcConfig) Creates a new network configuration.protectedNetworkConfiguration(String mode, software.constructs.Construct scope, VpcConfigProps vpcConfig) Creates a new network configuration.protectedRuntimeNetworkConfiguration(String mode, software.constructs.Construct scope, VpcConfigProps vpcConfig) Creates a new network configuration.