Show / Hide Table of Contents

Class StageDefaultRouteSettings

Inheritance
System.Object
StageDefaultRouteSettings
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 StageDefaultRouteSettings

Fields

View Source

DataTraceEnabled

Whether data trace logging is enabled for the default 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 default 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 default 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

ThrottlingBurstLimit

The throttling burst limit for the default route.

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

ThrottlingRateLimit

The throttling rate limit for the default route.

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