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 Object`CfnHttpApi.RouteSettingsProperty.DataTraceEnabled`.default Object`CfnHttpApi.RouteSettingsProperty.DetailedMetricsEnabled`.default String`CfnHttpApi.RouteSettingsProperty.LoggingLevel`.default Number`CfnHttpApi.RouteSettingsProperty.ThrottlingBurstLimit`.default Number`CfnHttpApi.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
-