Interface CfnExpressGatewayService.IngressPathSummaryProperty

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

@Stability(Stable) public static interface CfnExpressGatewayService.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.services.ecs.*;
 IngressPathSummaryProperty ingressPathSummaryProperty = IngressPathSummaryProperty.builder()
         .accessType("accessType")
         .endpoint("endpoint")
         .build();
 

See Also: