class NetworkConfiguration
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.NetworkConfiguration | 
|  Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#NetworkConfiguration | 
|  Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.NetworkConfiguration | 
|  Python | aws_cdk.aws_bedrock_agentcore_alpha.NetworkConfiguration | 
|  TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alphaยปNetworkConfiguration | 
Implemented by
Browser, Code, Runtime
Abstract base class for network configuration.
Initializer (protected)
super(mode: string, scope?: Construct, vpcConfig?: VpcConfigProps)
Parameters
- mode stringโ - the network mode to use for the tool.
- scope Construct
- vpcConfig VpcConfig Props 
Creates a new network configuration.
Properties
| Name | Type | Description | 
|---|---|---|
| network | string | The network mode to use. | 
| connections? | Connections | The connections object to the network. | 
| scope? | Construct | The scope to create the resource in. | 
| vpc | Subnet | The VPC subnets to use. | 
networkMode
Type:
string
The network mode to use.
Configure the security level for agent execution to control access, isolate resources, and protect sensitive data.
connections?
Type:
Connections
(optional)
The connections object to the network.
scope?
Type:
Construct
(optional)
The scope to create the resource in.
vpcSubnets?
Type:
Subnet
(optional)
The VPC subnets to use.
