Interface CfnIntegration.ResponseParameterProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIntegration.ResponseParameterProperty.Jsii$Proxy
Enclosing class:
CfnIntegration

@Stability(Stable) public static interface CfnIntegration.ResponseParameterProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.apigatewayv2.*;
 ResponseParameterProperty responseParameterProperty = ResponseParameterProperty.builder()
         .destination("destination")
         .source("source")
         .build();
 

See Also: