AWS::Bedrock::Agent APISchema - AWS CloudFormation

AWS::Bedrock::Agent APISchema

Contains details about the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas. You can either include the schema directly in the payload field or you can upload it to an S3 bucket and specify the S3 bucket location in the s3 field.

Syntax

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

JSON

{ "Payload" : String, "S3" : S3Identifier }

YAML

Payload: String S3: S3Identifier

Properties

Payload

The JSON or YAML-formatted payload defining the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.

Required: No

Type: String

Update requires: No interruption

S3

Contains details about the S3 object containing the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.

Required: No

Type: S3Identifier

Update requires: No interruption