Show / Hide Table of Contents

Class StageRouteSettingGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StageRouteSettingGetArgs
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 StageRouteSettingGetArgs : ResourceArgs

Constructors

View Source

StageRouteSettingGetArgs()

Declaration
public StageRouteSettingGetArgs()

Properties

View Source

DataTraceEnabled

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>
View Source

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>
View Source

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>
View Source

RouteKey

Route key.

Declaration
public Input<string> RouteKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ThrottlingBurstLimit

The throttling burst limit for the route.

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

ThrottlingRateLimit

The throttling rate limit for the 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.