Interface CfnHttpApi.RouteSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHttpApi.RouteSettingsProperty.Jsii$Proxy
- Enclosing class:
- CfnHttpApi
@Stability(Stable)
public static interface CfnHttpApi.RouteSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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.sam.*;
RouteSettingsProperty routeSettingsProperty = RouteSettingsProperty.builder()
.dataTraceEnabled(false)
.detailedMetricsEnabled(false)
.loggingLevel("loggingLevel")
.throttlingBurstLimit(123)
.throttlingRateLimit(123)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnHttpApi.RouteSettingsPropertystatic final classAn implementation forCfnHttpApi.RouteSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectCfnHttpApi.RouteSettingsProperty.DataTraceEnabled.default ObjectCfnHttpApi.RouteSettingsProperty.DetailedMetricsEnabled.default StringCfnHttpApi.RouteSettingsProperty.LoggingLevel.default NumberCfnHttpApi.RouteSettingsProperty.ThrottlingBurstLimit.default NumberCfnHttpApi.RouteSettingsProperty.ThrottlingRateLimit.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataTraceEnabled
CfnHttpApi.RouteSettingsProperty.DataTraceEnabled. -
getDetailedMetricsEnabled
CfnHttpApi.RouteSettingsProperty.DetailedMetricsEnabled. -
getLoggingLevel
CfnHttpApi.RouteSettingsProperty.LoggingLevel. -
getThrottlingBurstLimit
CfnHttpApi.RouteSettingsProperty.ThrottlingBurstLimit. -
getThrottlingRateLimit
CfnHttpApi.RouteSettingsProperty.ThrottlingRateLimit. -
builder
-