AWS::BedrockAgentCore::Runtime CustomJWTAuthorizerConfiguration - AWS CloudFormation

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