@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / bedrock / ApiSchemaConfig
Result of binding ApiSchema
into an ActionGroup
.
readonly
optional
payload:string
The JSON or YAML-formatted payload defining the OpenAPI schema for the action group.
(mutually exclusive with s3
)
readonly
optional
s3:S3Identifier
Contains details about the S3 object containing the OpenAPI schema for the action group.
(mutually exclusive with payload
)