Class StageRouteSettingGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class StageRouteSettingGetArgs : ResourceArgs
Constructors
View SourceStageRouteSettingGetArgs()
Declaration
public StageRouteSettingGetArgs()
Properties
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 Input<bool> DataTraceEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DetailedMetricsEnabled
Whether detailed metrics are enabled for the route. Defaults to false.
Declaration
public Input<bool> DetailedMetricsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> LoggingLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RouteKey
Route key.
Declaration
public Input<string> RouteKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ThrottlingBurstLimit
The throttling burst limit for the route.
Declaration
public Input<int> ThrottlingBurstLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ThrottlingRateLimit
The throttling rate limit for the route.
Declaration
public Input<double> ThrottlingRateLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |