ICredentialProviderConfig

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

Bases: Protocol

(experimental) Abstract interface for gateway credential provider configuration.

Stability:

experimental

Methods

grant_needed_permissions_to_role(gateway)

(experimental) 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:

experimental

Return type:

Optional[Grant]

Attributes

credential_provider_type

(experimental) The credential provider type.

Stability:

experimental