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::GatewayTarget SchemaDefinition
The schema definition for the gateway target.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "Items" :SchemaDefinition, "Properties" :{, "Required" :Key:Value, ...}[ String, ... ], "Type" :String}
YAML
Description:StringItems:SchemaDefinitionProperties:Required:Key:Value- StringType:String
Properties
Description-
The workload identity details for the gateway.
Required: No
Type: String
Update requires: No interruption
ItemsProperty description not available.
Required: No
Type: SchemaDefinition
Update requires: No interruption
Properties-
The schema definition properties for the gateway target.
Required: No
Type: Object of SchemaDefinition
Update requires: No interruption
Required-
The schema definition.
Required: No
Type: Array of String
Update requires: No interruption
Type-
The scheme definition type for the gateway target.
Required: Yes
Type: String
Allowed values:
string | number | object | array | boolean | integerUpdate requires: No interruption