Uses of Class
software.amazon.awscdk.services.bedrock.agentcore.alpha.BrowserNetworkConfiguration
Packages that use BrowserNetworkConfiguration
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of BrowserNetworkConfiguration in software.amazon.awscdk.services.bedrock.agentcore.alpha
Methods in software.amazon.awscdk.services.bedrock.agentcore.alpha that return BrowserNetworkConfigurationModifier and TypeMethodDescriptionBrowserCustom.getNetworkConfiguration()(experimental) The network configuration of the browser.default BrowserNetworkConfigurationBrowserCustomProps.getNetworkConfiguration()(experimental) Network configuration for browser.BrowserCustomProps.Jsii$Proxy.getNetworkConfiguration()static BrowserNetworkConfigurationBrowserNetworkConfiguration.usingPublicNetwork()(experimental) Creates a public network configuration.static BrowserNetworkConfigurationBrowserNetworkConfiguration.usingVpc(software.constructs.Construct scope, VpcConfigProps vpcConfig) (experimental) Creates a network configuration from a VPC configuration.Methods in software.amazon.awscdk.services.bedrock.agentcore.alpha with parameters of type BrowserNetworkConfigurationModifier and TypeMethodDescriptionBrowserCustom.Builder.networkConfiguration(BrowserNetworkConfiguration networkConfiguration) (experimental) Network configuration for browser.BrowserCustomProps.Builder.networkConfiguration(BrowserNetworkConfiguration networkConfiguration) Sets the value ofBrowserCustomProps.getNetworkConfiguration()