Class RemoteAgentAuthorizationConfig

java.lang.Object
software.amazon.awssdk.services.devopsagent.model.RemoteAgentAuthorizationConfig
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<RemoteAgentAuthorizationConfig.Builder,RemoteAgentAuthorizationConfig>

@Generated("software.amazon.awssdk:codegen") public final class RemoteAgentAuthorizationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RemoteAgentAuthorizationConfig.Builder,RemoteAgentAuthorizationConfig>

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

See Also: