ICredentialProviderConfig

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

Bases: Protocol

Abstract interface for gateway credential provider configuration.

Methods

grant_needed_permissions_to_role(gateway)

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].

Return type:

Optional[Grant]

Attributes

credential_provider_type

The credential provider type.