Class CfnFunctionPropsMixin.RouteSettingsProperty
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFunctionPropsMixin.RouteSettingsProperty : CfnFunctionPropsMixin.IRouteSettingsProperty
Syntax (vb)
Public Class CfnFunctionPropsMixin.RouteSettingsProperty Implements CfnFunctionPropsMixin.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.Mixins.Preview.AWS.SAM.Mixins;
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()
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.Mixins.Preview.AWS.SAM.Mixins;
var routeSettingsProperty = new RouteSettingsProperty {
DataTraceEnabled = false,
DetailedMetricsEnabled = false,
LoggingLevel = "loggingLevel",
ThrottlingBurstLimit = 123,
ThrottlingRateLimit = 123
};
Properties
DataTraceEnabled
public object? DataTraceEnabled { get; set; }
Property Value
Remarks
DetailedMetricsEnabled
public object? DetailedMetricsEnabled { get; set; }
Property Value
Remarks
LoggingLevel
public string? LoggingLevel { get; set; }
Property Value
Remarks
ThrottlingBurstLimit
public double? ThrottlingBurstLimit { get; set; }
Property Value
Remarks
ThrottlingRateLimit
public double? ThrottlingRateLimit { get; set; }