Interface HttpApiAttributes

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
HttpApiAttributes.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-02T11:25:25.592Z") @Stability(Stable) public interface HttpApiAttributes extends software.amazon.jsii.JsiiSerializable
Attributes for importing an HttpApi into the CDK.

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.*;
 HttpApiAttributes httpApiAttributes = HttpApiAttributes.builder()
         .httpApiId("httpApiId")
         // the properties below are optional
         .apiEndpoint("apiEndpoint")
         .build();