ICredentialProviderConfig

class aws_cdk.aws_bedrock_agentcore_alpha.ICredentialProviderConfig(*args, **kwargs)

Bases: Protocol

(deprecated) Abstract interface for gateway credential provider configuration.

Deprecated:

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

Stability:

deprecated

Methods

grant_needed_permissions_to_role(gateway)

(deprecated) Grant the gateway’s execution role the permissions needed for outbound authentication.

Parameters:

gateway (IGateway) – The gateway whose role needs outbound auth permissions [disable-awslint:prefer-ref-interface].

Stability:

deprecated

Return type:

Optional[Grant]

Attributes

credential_provider_type

(deprecated) The credential provider type.

Stability:

deprecated