MDAA TS Docs
    Preparing search index...

    Interface GatewayTargetSmithyProperty

    Smithy model tool source for a gateway target (an AWS service described by a Smithy model). Declared for a stable configuration surface; MDAA does not yet build this target type.

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

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

    Properties

    Properties

    inlinePayload?: string

    Smithy model declared inline (a JSON document as a string).

    AWS: ApiSchemaConfiguration InlinePayload

    Validation: Optional; mutually exclusive with s3

    Location of a Smithy model document in S3.

    AWS: ApiSchemaConfiguration S3

    Validation: Optional; mutually exclusive with inlinePayload