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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnExpressGatewayService.IngressPathSummaryPropertystatic final classAn implementation forCfnExpressGatewayService.IngressPathSummaryProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessType
The type of access to the endpoint for the Express service.- See Also:
-
getEndpoint
The endpoint for access to the service.- See Also:
-
builder
-