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

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

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

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