View a markdown version of this page

RemoteAgentAuthorizationConfig - AWS DevOps Agent

RemoteAgentAuthorizationConfig

Authorization configuration for remote A2A agents with token-based auth (API key, OAuth, bearer token).

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

apiKey

Remote agent configuration with API key authentication.

Type: RemoteAgentAPIKeyConfig object

Required: No

bearerToken

Remote agent configuration with Bearer token (RFC 6750).

Type: RemoteAgentBearerTokenConfig object

Required: No

oAuthClientCredentials

Remote agent configuration with OAuth client credentials.

Type: RemoteAgentOAuthClientCredentialsConfig object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: