CredentialProviderType

class aws_cdk.aws_bedrock_agentcore_alpha.CredentialProviderType(*values)

Bases: Enum

(deprecated) Credential provider types supported by gateway target.

Deprecated:

Use the equivalent construct from aws-cdk-lib/aws-bedrockagentcore instead.

Stability:

deprecated

Attributes

API_KEY

(deprecated) API Key authentication.

Stability:

deprecated

GATEWAY_IAM_ROLE

(deprecated) IAM role authentication.

Stability:

deprecated

OAUTH

(deprecated) OAuth authentication.

Stability:

deprecated