Interface CfnExpressGatewayServicePropsMixin.IngressPathSummaryProperty

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

@Stability(Stable) public static interface CfnExpressGatewayServicePropsMixin.IngressPathSummaryProperty extends software.amazon.jsii.JsiiSerializable
The entry point into an Express service.

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.ecs.mixins.*;
 IngressPathSummaryProperty ingressPathSummaryProperty = IngressPathSummaryProperty.builder()
         .accessType("accessType")
         .endpoint("endpoint")
         .build();
 

See Also: