This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::BedrockAgentCore::Runtime NetworkConfiguration
SecurityConfig for the Agent.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "NetworkMode" :String, "NetworkModeConfig" :VpcConfig}
YAML
NetworkMode:StringNetworkModeConfig:VpcConfig
Properties
NetworkMode-
The network mode for the AgentCore Runtime.
Required: Yes
Type: String
Allowed values:
PUBLIC | VPCUpdate requires: No interruption
NetworkModeConfig-
The network mode configuration for the AgentCore Runtime.
Required: No
Type: VpcConfig
Update requires: No interruption