View a markdown version of this page

AWS::BedrockAgentCore::GatewayTarget OAuth2AuthorizationData - 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 OAuth2AuthorizationData

OAuth2-specific authorization data, including the authorization URL and user identifier for the authorization session.

Syntax

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

JSON

{ "AuthorizationUrl" : String, "UserId" : String }

YAML

AuthorizationUrl: String UserId: String

Properties

AuthorizationUrl

The URL to initiate the authorization process. This URL is provided when the OAuth2 access token requires user authorization.

Required: Yes

Type: String

Minimum: 1

Update requires: No interruption

UserId

The user identifier associated with the OAuth2 authorization session that is defined by AgentCore Gateway.

Required: No

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption