MDAA TS Docs
    Preparing search index...

    Interface GatewayTargetApiGatewayProperty

    API Gateway tool source for a gateway target (a REST API fronted by Amazon API Gateway). Declared for a stable configuration surface; MDAA does not yet build this target type.

    AWS: AWS::BedrockAgentCore::GatewayTarget ApiGatewayTargetConfiguration

    interface GatewayTargetApiGatewayProperty {
        restApiId: string;
        stage: string;
    }
    Index

    Properties

    Properties

    restApiId: string

    Id of the API Gateway REST API.

    AWS: ApiGatewayTargetConfiguration RestApiId

    Validation: Required; String

    stage: string

    Deployment stage of the REST API.

    AWS: ApiGatewayTargetConfiguration Stage

    Validation: Required; String