Interface CfnStageV2.RouteSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStageV2.RouteSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnStageV2
@Stability(Deprecated)
@Deprecated
public static interface CfnStageV2.RouteSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Deprecated.
moved to package aws-apigatewayv2
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.apigateway.*; RouteSettingsProperty routeSettingsProperty = RouteSettingsProperty.builder() .dataTraceEnabled(false) .detailedMetricsEnabled(false) .loggingLevel("loggingLevel") .throttlingBurstLimit(123) .throttlingRateLimit(123) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
Deprecated.static final class
Deprecated. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataTraceEnabled
Deprecated.(deprecated)CfnStageV2.RouteSettingsProperty.DataTraceEnabled
.- See Also:
-
getDetailedMetricsEnabled
Deprecated.(deprecated)CfnStageV2.RouteSettingsProperty.DetailedMetricsEnabled
.- See Also:
-
getLoggingLevel
Deprecated.(deprecated)CfnStageV2.RouteSettingsProperty.LoggingLevel
.- See Also:
-
getThrottlingBurstLimit
Deprecated.(deprecated)CfnStageV2.RouteSettingsProperty.ThrottlingBurstLimit
.- See Also:
-
getThrottlingRateLimit
Deprecated.(deprecated)CfnStageV2.RouteSettingsProperty.ThrottlingRateLimit
.- See Also:
-
builder
Deprecated.
-