Skip to content

Bedrock Agentcore  >  Unions  >  HarnessGatewayOutboundAuth

HarnessGatewayOutboundAuth

Union Type

HarnessGatewayOutboundAuth module-attribute

Authentication method for calling a Gateway.

Union Member Types

HarnessGatewayOutboundAuthAwsIam dataclass

SigV4-sign requests using the agent's execution role.

Attributes

value instance-attribute
value: Unit

HarnessGatewayOutboundAuthNone dataclass

No authentication.

Attributes

value instance-attribute
value: Unit

HarnessGatewayOutboundAuthOauth dataclass

OAuth 2.0 authentication via AgentCore Identity.

Attributes

value instance-attribute

HarnessGatewayOutboundAuthUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str