Class: Aws::BedrockAgentCoreControl::Types::NetworkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::NetworkConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
SecurityConfig for the Agent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_mode ⇒ String
The network mode for the AgentCore Runtime.
-
#network_mode_config ⇒ Types::VpcConfig
The network mode configuration for the AgentCore Runtime.
Instance Attribute Details
#network_mode ⇒ String
The network mode for the AgentCore Runtime.
4299 4300 4301 4302 4303 4304 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4299 class NetworkConfiguration < Struct.new( :network_mode, :network_mode_config) SENSITIVE = [] include Aws::Structure end |
#network_mode_config ⇒ Types::VpcConfig
The network mode configuration for the AgentCore Runtime.
4299 4300 4301 4302 4303 4304 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4299 class NetworkConfiguration < Struct.new( :network_mode, :network_mode_config) SENSITIVE = [] include Aws::Structure end |