@Stability(value=Stable)
public static interface CfnFunction.RouteSettingsProperty
extends software.amazon.jsii.JsiiSerializable
// 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.RouteSettingsProperty.Builder
A builder for
CfnFunction.RouteSettingsProperty |
static class |
CfnFunction.RouteSettingsProperty.Jsii$Proxy
An implementation for
CfnFunction.RouteSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.RouteSettingsProperty.Builder |
builder() |
default Object |
getDataTraceEnabled()
`CfnFunction.RouteSettingsProperty.DataTraceEnabled`.
|
default Object |
getDetailedMetricsEnabled()
`CfnFunction.RouteSettingsProperty.DetailedMetricsEnabled`.
|
default String |
getLoggingLevel()
`CfnFunction.RouteSettingsProperty.LoggingLevel`.
|
default Number |
getThrottlingBurstLimit()
`CfnFunction.RouteSettingsProperty.ThrottlingBurstLimit`.
|
default Number |
getThrottlingRateLimit()
`CfnFunction.RouteSettingsProperty.ThrottlingRateLimit`.
|
@Stability(value=Stable) @Nullable default Object getDataTraceEnabled()
@Stability(value=Stable) @Nullable default Object getDetailedMetricsEnabled()
@Stability(value=Stable) @Nullable default String getLoggingLevel()
@Stability(value=Stable) @Nullable default Number getThrottlingBurstLimit()
@Stability(value=Stable) @Nullable default Number getThrottlingRateLimit()
@Stability(value=Stable) static CfnFunction.RouteSettingsProperty.Builder builder()
Copyright © 2023. All rights reserved.