Skip to content

Bedrock Agentcore Control  >  Structures  >  IamCredentialProvider

IamCredentialProvider

Structure Class

IamCredentialProvider dataclass

An IAM credential provider for gateway authentication. This structure contains the configuration for authenticating with the target endpoint using IAM credentials and SigV4 signing.

Attributes

region class-attribute instance-attribute
region: str | None = None

The Amazon Web Services Region used for SigV4 signing. If not specified, defaults to the gateway's Region.

service instance-attribute
service: str

The target Amazon Web Services service name used for SigV4 signing. This value identifies the service that the gateway authenticates with when making requests to the target endpoint.