AWS::BedrockAgentCore::GatewayTarget SchemaDefinition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::BedrockAgentCore::GatewayTarget SchemaDefinition

The schema definition for the gateway target.

Syntax

To declare this entity in your Amazon 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