Class: Aws::BedrockAgentCoreControl::Types::NetworkConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#network_modeString

The network mode for the AgentCore Runtime.

Returns:

  • (String)


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_configTypes::VpcConfig

The network mode configuration for the AgentCore Runtime.

Returns:



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