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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnExpressGatewayServicePropsMixin.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
@Stability(Stable) static CfnExpressGatewayServicePropsMixin.IngressPathSummaryProperty.Builder builder()
-