generative-ai-cdk-constructs

@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)