Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 671 Bytes

File metadata and controls

27 lines (15 loc) · 671 Bytes

@cdklabs/generative-ai-cdk-constructsDocs


@cdklabs/generative-ai-cdk-constructs / bedrock / ApiSchemaConfig

Interface: ApiSchemaConfig

Result of binding ApiSchema into an ActionGroup.

Properties

payload?

readonly optional payload: string

The JSON or YAML-formatted payload defining the OpenAPI schema for the action group. (mutually exclusive with s3)


s3?

readonly optional s3: S3Identifier

Contains details about the S3 object containing the OpenAPI schema for the action group. (mutually exclusive with payload)