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 SourceDataTraceEnabled
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> |
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> |
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 |
RouteKey
Route key.
Declaration
public readonly string RouteKey
Field Value
| Type | Description |
|---|---|
| System.String |
ThrottlingBurstLimit
The throttling burst limit for the route.
Declaration
public readonly int? ThrottlingBurstLimit
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ThrottlingRateLimit
The throttling rate limit for the route.
Declaration
public readonly double? ThrottlingRateLimit
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |