MDAA TS Docs
    Preparing search index...

    Interface GatewayTargetOpenApiProperty

    OpenAPI schema tool source for a gateway target (a REST API described by an OpenAPI 3.0 schema). Declared for a stable configuration surface; MDAA does not yet build this target type.

    AWS: AWS::BedrockAgentCore::GatewayTarget McpTargetConfiguration OpenApiSchema (ApiSchemaConfiguration)

    interface GatewayTargetOpenApiProperty {
        inlinePayload?: string;
        s3?: GatewayTargetS3Property;
    }
    Index

    Properties

    Properties

    inlinePayload?: string

    OpenAPI schema declared inline (a JSON/YAML document as a string).

    AWS: ApiSchemaConfiguration InlinePayload

    Validation: Optional; mutually exclusive with s3

    Location of an OpenAPI schema document in S3.

    AWS: ApiSchemaConfiguration S3

    Validation: Optional; mutually exclusive with inlinePayload