This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BedrockAgentCore::CodeInterpreterCustom CodeInterpreterNetworkConfiguration
The network configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "NetworkMode" :
String
, "VpcConfig" :VpcConfig
}
YAML
NetworkMode:
String
VpcConfig:VpcConfig
Properties
NetworkMode
-
The network mode.
Required: Yes
Type: String
Allowed values:
PUBLIC | SANDBOX | VPC
Update requires: Replacement
VpcConfig
Property description not available.
Required: No
Type: VpcConfig
Update requires: Replacement