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

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

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

Represents inbound authorization configuration options used to authenticate incoming requests.

Required: No

Type: Array of String

Minimum: 1

Update requires: No interruption

AllowedClients

Represents individual client IDs that are validated in the incoming JWT token validation process.

Required: No

Type: Array of String

Minimum: 1

Update requires: No interruption

DiscoveryUrl

The configuration authorization.

Required: Yes

Type: String

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

Update requires: No interruption