Skip to content

Bedrock Agentcore  >  Structures  >  HarnessAgentCoreGatewayConfig

HarnessAgentCoreGatewayConfig

Structure Class

HarnessAgentCoreGatewayConfig dataclass

Configuration for AgentCore Gateway.

Attributes

gateway_arn instance-attribute
gateway_arn: str

The ARN of the desired AgentCore Gateway.

outbound_auth class-attribute instance-attribute
outbound_auth: HarnessGatewayOutboundAuth | None = None

How harness authenticates to this Gateway. Defaults to AWS_IAM (SigV4) if omitted.