Interface CfnApplicationPropsMixin.ApiGatewayProxyInputProperty

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

@Stability(Stable) public static interface CfnApplicationPropsMixin.ApiGatewayProxyInputProperty extends software.amazon.jsii.JsiiSerializable
A wrapper object holding the Amazon API Gateway endpoint input.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.refactorspaces.mixins.*;
 ApiGatewayProxyInputProperty apiGatewayProxyInputProperty = ApiGatewayProxyInputProperty.builder()
         .endpointType("endpointType")
         .stageName("stageName")
         .build();
 

See Also: