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::Runtime NetworkConfiguration
The network configuration for the agent.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "NetworkMode" :String, "NetworkModeConfig" :VpcConfig}
YAML
NetworkMode:StringNetworkModeConfig:VpcConfig
Properties
NetworkMode-
The network mode.
Required: Yes
Type: String
Allowed values:
PUBLIC | VPCUpdate requires: No interruption
NetworkModeConfigProperty description not available.
Required: No
Type: VpcConfig
Update requires: No interruption