Class StageDefaultRouteSettingsGetArgs
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 StageDefaultRouteSettingsGetArgs : ResourceArgs
Constructors
View SourceStageDefaultRouteSettingsGetArgs()
Declaration
public StageDefaultRouteSettingsGetArgs()
Properties
View SourceDataTraceEnabled
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 Input<bool> DataTraceEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DetailedMetricsEnabled
Whether detailed metrics are enabled for the default route. Defaults to false.
Declaration
public Input<bool> DetailedMetricsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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 Input<string> LoggingLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ThrottlingBurstLimit
The throttling burst limit for the default route.
Declaration
public Input<int> ThrottlingBurstLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ThrottlingRateLimit
The throttling rate limit for the default route.
Declaration
public Input<double> ThrottlingRateLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |