get Integration Response
suspend fun getIntegrationResponse(argument: GetIntegrationResponsePlainArgs): GetIntegrationResponseResult
The `AWS::ApiGatewayV2::IntegrationResponse`
resource updates an integration response for an WebSocket API. For more information, see Set up WebSocket API Integration Responses in API Gateway in the API Gateway Developer Guide.
Return
null
Parameters
argument
null
suspend fun getIntegrationResponse(apiId: String, integrationId: String, integrationResponseId: String): GetIntegrationResponseResult
Return
null
Parameters
api Id
The API identifier.
integration Id
The integration ID.
integration Response Id
The integration response ID.
See also
suspend fun getIntegrationResponse(argument: suspend GetIntegrationResponsePlainArgsBuilder.() -> Unit): GetIntegrationResponseResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.apigatewayv2.kotlin.inputs.GetIntegrationResponsePlainArgs.