Show / Hide Table of Contents

Class CfnFunction.RouteSettingsProperty

Inheritance
System.Object
CfnFunction.RouteSettingsProperty
Implements
CfnFunction.IRouteSettingsProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public class RouteSettingsProperty : Object, CfnFunction.IRouteSettingsProperty
Syntax (vb)
Public Class RouteSettingsProperty
    Inherits Object
    Implements CfnFunction.IRouteSettingsProperty
Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html

ExampleMetadata: fixture=_generated

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

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

Synopsis

Constructors

RouteSettingsProperty()

Properties

DataTraceEnabled

CfnFunction.RouteSettingsProperty.DataTraceEnabled.

DetailedMetricsEnabled

CfnFunction.RouteSettingsProperty.DetailedMetricsEnabled.

LoggingLevel

CfnFunction.RouteSettingsProperty.LoggingLevel.

ThrottlingBurstLimit

CfnFunction.RouteSettingsProperty.ThrottlingBurstLimit.

ThrottlingRateLimit

CfnFunction.RouteSettingsProperty.ThrottlingRateLimit.

Constructors

RouteSettingsProperty()

public RouteSettingsProperty()

Properties

DataTraceEnabled

CfnFunction.RouteSettingsProperty.DataTraceEnabled.

public object DataTraceEnabled { get; set; }
Property Value

System.Object

Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled

DetailedMetricsEnabled

CfnFunction.RouteSettingsProperty.DetailedMetricsEnabled.

public object DetailedMetricsEnabled { get; set; }
Property Value

System.Object

Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled

LoggingLevel

CfnFunction.RouteSettingsProperty.LoggingLevel.

public string LoggingLevel { get; set; }
Property Value

System.String

Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel

ThrottlingBurstLimit

CfnFunction.RouteSettingsProperty.ThrottlingBurstLimit.

public Nullable<double> ThrottlingBurstLimit { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit

ThrottlingRateLimit

CfnFunction.RouteSettingsProperty.ThrottlingRateLimit.

public Nullable<double> ThrottlingRateLimit { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit

Implements

CfnFunction.IRouteSettingsProperty
Back to top Generated by DocFX