AWS::BedrockAgentCore::GatewayTarget IamCredentialProvider - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 CloudFormation template, use the following syntax:

JSON

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

YAML

Region: String Service: String

Properties

Region

The AWS 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 AWS 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