AWS::BedrockAgentCore::GatewayTarget SchemaDefinition - 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::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" : {Key: Value, ...}, "Required" : [ String, ... ], "Type" : String }

YAML

Description: String Items: SchemaDefinition Properties: Key: Value Required: - String Type: String

Properties

Description

The workload identity details for the gateway.

Required: No

Type: String

Update requires: No interruption

Items

Property 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 | integer

Update requires: No interruption