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