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:StringUserId:String
Properties
-
The URL to initiate the authorization process. This URL is provided when the OAuth2 access token requires user authorization.
Required: Yes
Type: String
Minimum:
1Update requires: No interruption
-
The user identifier associated with the OAuth2 authorization session that is defined by AgentCore Gateway.
Required: No
Type: String
Minimum:
1Maximum:
128Update requires: No interruption