Show / Hide Table of Contents

Class StageRouteSetting

Inheritance
System.Object
StageRouteSetting
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApiGatewayV2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class StageRouteSetting

Fields

View Source

DataTraceEnabled

Whether data trace logging is enabled for the route. Affects the log entries pushed to Amazon CloudWatch Logs. Defaults to false. Supported only for WebSocket APIs.

Declaration
public readonly bool? DataTraceEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

DetailedMetricsEnabled

Whether detailed metrics are enabled for the route. Defaults to false.

Declaration
public readonly bool? DetailedMetricsEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

LoggingLevel

The logging level for the route. Affects the log entries pushed to Amazon CloudWatch Logs. Valid values: ERROR, INFO, OFF. Defaults to OFF. Supported only for WebSocket APIs.

Declaration
public readonly string LoggingLevel
Field Value
Type Description
System.String
View Source

RouteKey

Route key.

Declaration
public readonly string RouteKey
Field Value
Type Description
System.String
View Source

ThrottlingBurstLimit

The throttling burst limit for the route.

Declaration
public readonly int? ThrottlingBurstLimit
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ThrottlingRateLimit

The throttling rate limit for the route.

Declaration
public readonly double? ThrottlingRateLimit
Field Value
Type Description
System.Nullable<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.