Show / Hide Table of Contents

Class CfnFunctionPropsMixin.RouteSettingsProperty

Inheritance
object
CfnFunctionPropsMixin.RouteSettingsProperty
Implements
CfnFunctionPropsMixin.IRouteSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-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.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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-routesettings.html#cfn-serverless-function-routesettings-datatraceenabled

Type union: either bool or IResolvable

DetailedMetricsEnabled

public object? DetailedMetricsEnabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-routesettings.html#cfn-serverless-function-routesettings-detailedmetricsenabled

Type union: either bool or IResolvable

LoggingLevel

public string? LoggingLevel { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-routesettings.html#cfn-serverless-function-routesettings-logginglevel

ThrottlingBurstLimit

public double? ThrottlingBurstLimit { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-routesettings.html#cfn-serverless-function-routesettings-throttlingburstlimit

ThrottlingRateLimit

public double? ThrottlingRateLimit { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-routesettings.html#cfn-serverless-function-routesettings-throttlingratelimit

Implements

CfnFunctionPropsMixin.IRouteSettingsProperty
Back to top Generated by DocFX