AWS::BedrockAgentCore::Gateway CustomJWTAuthorizerConfiguration - 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::Gateway CustomJWTAuthorizerConfiguration

The CustomJWTAuthorizerConfiguration property type specifies Property description not available. for an AWS::BedrockAgentCore::Gateway.

Syntax

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

JSON

{ "AllowedAudience" : [ String, ... ], "AllowedClients" : [ String, ... ], "DiscoveryUrl" : String }

YAML

AllowedAudience: - String AllowedClients: - String DiscoveryUrl: String

Properties

AllowedAudience

The allowed audience authorized for the gateway target.

Required: No

Type: Array of String

Minimum: 1

Update requires: No interruption

AllowedClients

Property description not available.

Required: No

Type: Array of String

Minimum: 1

Update requires: No interruption

DiscoveryUrl

The discovery URL for the authorizer configuration.

Required: Yes

Type: String

Pattern: ^.+/\.well-known/openid-configuration$

Update requires: No interruption