MDAA TS Docs
    Preparing search index...
    interface APISchemaProperty {
        openApiSchemaPath?: string;
        payload?: string;
        s3?: IResolvable | S3IdentifierProperty;
    }

    Hierarchy

    • APISchemaProperty
      • APISchemaProperty
    Index

    Properties

    openApiSchemaPath?: string

    Relative path to JSON/YAML OpenAPI schema file

    payload?: string

    The JSON or YAML-formatted payload defining the OpenAPI schema for the action group.

    s3?: IResolvable | S3IdentifierProperty

    Contains details about the S3 object containing the OpenAPI schema for the action group.