Class CfnFunction.RouteSettingsProperty
Inheritance
System.Object
CfnFunction.RouteSettingsProperty
Implements
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
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 |
|
| DetailedMetricsEnabled |
|
| LoggingLevel |
|
| ThrottlingBurstLimit |
|
| ThrottlingRateLimit |
|
Constructors
RouteSettingsProperty()
public RouteSettingsProperty()
Properties
DataTraceEnabled
CfnFunction.RouteSettingsProperty.DataTraceEnabled.
public object DataTraceEnabled { get; set; }
Property Value
System.Object
Remarks
DetailedMetricsEnabled
CfnFunction.RouteSettingsProperty.DetailedMetricsEnabled.
public object DetailedMetricsEnabled { get; set; }
Property Value
System.Object
Remarks
LoggingLevel
CfnFunction.RouteSettingsProperty.LoggingLevel.
public string LoggingLevel { get; set; }
Property Value
System.String
Remarks
ThrottlingBurstLimit
CfnFunction.RouteSettingsProperty.ThrottlingBurstLimit.
public Nullable<double> ThrottlingBurstLimit { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
ThrottlingRateLimit
CfnFunction.RouteSettingsProperty.ThrottlingRateLimit.
public Nullable<double> ThrottlingRateLimit { get; set; }
Property Value
System.Nullable<System.Double>