MDAA TS Docs
    Preparing search index...

    Enumeration GatewayTargetCredentialProviderType

    Credential provider type a gateway target uses for outbound authorization to its tool source. These are the values AWS accepts for AWS::BedrockAgentCore::GatewayTarget CredentialProviderConfiguration.CredentialProviderType (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-credentialproviderconfiguration.html).

    All values are declared so the configuration surface is stable as support is added; MDAA validation currently accepts only GATEWAY_IAM_ROLE (the gateway invokes the tool with its own execution role, no separate credential sub-object) and rejects the others as not yet supported.

    Index

    Enumeration Members

    API_KEY: "API_KEY"

    API-key credential provider (token vault).

    CALLER_IAM_CREDENTIALS: "CALLER_IAM_CREDENTIALS"

    The gateway forwards the caller's IAM credentials to the target.

    GATEWAY_IAM_ROLE: "GATEWAY_IAM_ROLE"

    The gateway invokes the tool using its own execution role (no separate credential).

    JWT_PASSTHROUGH: "JWT_PASSTHROUGH"

    The gateway passes the inbound JWT through to the target.

    OAUTH: "OAUTH"

    OAuth 2.0 credential provider (token vault).