Show / Hide Table of Contents

Class StageDefaultRouteSettingsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StageDefaultRouteSettingsArgs
Inherited Members
ResourceArgs.Empty
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 StageDefaultRouteSettingsArgs : ResourceArgs

Constructors

View Source

StageDefaultRouteSettingsArgs()

Declaration
public StageDefaultRouteSettingsArgs()

Properties

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 Input<bool> DataTraceEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
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 Input<string> LoggingLevel { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ThrottlingBurstLimit

The throttling burst limit for the default route.

Declaration
public Input<int> ThrottlingBurstLimit { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ThrottlingRateLimit

The throttling rate limit for the default route.

Declaration
public Input<double> ThrottlingRateLimit { get; set; }
Property Value
Type Description
Input<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.