Class IntegrationResponseArgs


  • public final class IntegrationResponseArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • apiId

        public com.pulumi.core.Output<java.lang.String> apiId()
        Returns:
        API identifier.
      • contentHandlingStrategy

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> contentHandlingStrategy()
        Returns:
        How to handle response payload content type conversions. Valid values: `CONVERT_TO_BINARY`, `CONVERT_TO_TEXT`.
      • integrationId

        public com.pulumi.core.Output<java.lang.String> integrationId()
        Returns:
        Identifier of the `aws.apigatewayv2.Integration`.
      • integrationResponseKey

        public com.pulumi.core.Output<java.lang.String> integrationResponseKey()
        Returns:
        Integration response key.
      • responseTemplates

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> responseTemplates()
        Returns:
        Map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
      • templateSelectionExpression

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> templateSelectionExpression()
        Returns:
        The [template selection expression](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-template-selection-expressions) for the integration response.