Show / Hide Table of Contents

Class HttpCodeTarget

Count of HTTP status originating from the targets.

Inheritance
System.Object
HttpCodeTarget
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public sealed class HttpCodeTarget : Enum
Syntax (vb)
Public NotInheritable Class HttpCodeTarget
    Inherits

     Enum

Synopsis

Fields

TARGET_2XX_COUNT

The number of 2xx response codes from targets.

TARGET_3XX_COUNT

The number of 3xx response codes from targets.

TARGET_4XX_COUNT

The number of 4xx response codes from targets.

TARGET_5XX_COUNT

The number of 5xx response codes from targets.

value__

Fields

TARGET_2XX_COUNT

The number of 2xx response codes from targets.

public const HttpCodeTarget TARGET_2XX_COUNT
Field Value
Type Description
HttpCodeTarget

TARGET_3XX_COUNT

The number of 3xx response codes from targets.

public const HttpCodeTarget TARGET_3XX_COUNT
Field Value
Type Description
HttpCodeTarget

TARGET_4XX_COUNT

The number of 4xx response codes from targets.

public const HttpCodeTarget TARGET_4XX_COUNT
Field Value
Type Description
HttpCodeTarget

TARGET_5XX_COUNT

The number of 5xx response codes from targets.

public const HttpCodeTarget TARGET_5XX_COUNT
Field Value
Type Description
HttpCodeTarget

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX