Class CfnIntegration.ResponseParameterListProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.CfnIntegration.ResponseParameterListProperty.Jsii$Proxy
All Implemented Interfaces:
CfnIntegration.ResponseParameterListProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnIntegration.ResponseParameterListProperty

@Stability(Stable) @Internal public static final class CfnIntegration.ResponseParameterListProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIntegration.ResponseParameterListProperty
  • Constructor Details

  • Method Details

    • getResponseParameters

      public final Object getResponseParameters()
      Description copied from interface: CfnIntegration.ResponseParameterListProperty
      Supported only for HTTP APIs.

      You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match the pattern <action>:<header>.<location> or overwrite.statuscode . The action can be append , overwrite or remove . The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses .

      Specified by:
      getResponseParameters in interface CfnIntegration.ResponseParameterListProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object