Table of Contents

Interface CfnStageV2.IRouteSettingsProperty

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll
[Obsolete("moved to package aws-apigatewayv2")]
public interface CfnStageV2.IRouteSettingsProperty

Examples

// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.APIGateway;

             var routeSettingsProperty = new RouteSettingsProperty {
                 DataTraceEnabled = false,
                 DetailedMetricsEnabled = false,
                 LoggingLevel = "loggingLevel",
                 ThrottlingBurstLimit = 123,
                 ThrottlingRateLimit = 123
             };

Remarks

Properties

DataTraceEnabled

(deprecated) CfnStageV2.RouteSettingsProperty.DataTraceEnabled.

[Obsolete]
object? DataTraceEnabled { get; }

Property Value

object

Remarks

DetailedMetricsEnabled

(deprecated) CfnStageV2.RouteSettingsProperty.DetailedMetricsEnabled.

[Obsolete]
object? DetailedMetricsEnabled { get; }

Property Value

object

Remarks

LoggingLevel

(deprecated) CfnStageV2.RouteSettingsProperty.LoggingLevel.

[Obsolete]
string? LoggingLevel { get; }

Property Value

string

Remarks

ThrottlingBurstLimit

(deprecated) CfnStageV2.RouteSettingsProperty.ThrottlingBurstLimit.

[Obsolete]
double? ThrottlingBurstLimit { get; }

Property Value

double?

Remarks

ThrottlingRateLimit

(deprecated) CfnStageV2.RouteSettingsProperty.ThrottlingRateLimit.

[Obsolete]
double? ThrottlingRateLimit { get; }

Property Value

double?

Remarks