AWS::BedrockAgentCore::GatewayTarget IamCredentialProvider - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::BedrockAgentCore::GatewayTarget IamCredentialProvider

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Region" : String, "Service" : String }

YAML

Region: String Service: String

Properties

Region

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

Required: No

Type: String

Pattern: ^[a-zA-Z0-9-]+$

Minimum: 1

Maximum: 32

Update requires: No interruption

Service

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

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9._-]+$

Minimum: 1

Maximum: 64

Update requires: No interruption