Show / Hide Table of Contents

Class CfnResponderGateway.HealthCheckConfigProperty

Inheritance
object
CfnResponderGateway.HealthCheckConfigProperty
Implements
CfnResponderGateway.IHealthCheckConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.RTBFabric
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnResponderGateway.HealthCheckConfigProperty : CfnResponderGateway.IHealthCheckConfigProperty
Syntax (vb)
Public Class CfnResponderGateway.HealthCheckConfigProperty Implements CfnResponderGateway.IHealthCheckConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.RTBFabric;

             var healthCheckConfigProperty = new HealthCheckConfigProperty {
                 Path = "path",
                 Port = 123,

                 // the properties below are optional
                 HealthyThresholdCount = 123,
                 IntervalSeconds = 123,
                 Protocol = "protocol",
                 StatusCodeMatcher = "statusCodeMatcher",
                 TimeoutMs = 123,
                 UnhealthyThresholdCount = 123
             };

Synopsis

Constructors

HealthCheckConfigProperty()

Properties

HealthyThresholdCount
IntervalSeconds
Path
Port
Protocol
StatusCodeMatcher
TimeoutMs
UnhealthyThresholdCount

Constructors

HealthCheckConfigProperty()

public HealthCheckConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.RTBFabric;

             var healthCheckConfigProperty = new HealthCheckConfigProperty {
                 Path = "path",
                 Port = 123,

                 // the properties below are optional
                 HealthyThresholdCount = 123,
                 IntervalSeconds = 123,
                 Protocol = "protocol",
                 StatusCodeMatcher = "statusCodeMatcher",
                 TimeoutMs = 123,
                 UnhealthyThresholdCount = 123
             };

Properties

HealthyThresholdCount

public double? HealthyThresholdCount { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-healthythresholdcount

IntervalSeconds

public double? IntervalSeconds { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-intervalseconds

Path

public string Path { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-path

Port

public double Port { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-port

Protocol

public string? Protocol { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-protocol

StatusCodeMatcher

public string? StatusCodeMatcher { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-statuscodematcher

TimeoutMs

public double? TimeoutMs { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-timeoutms

UnhealthyThresholdCount

public double? UnhealthyThresholdCount { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-healthcheckconfig.html#cfn-rtbfabric-respondergateway-healthcheckconfig-unhealthythresholdcount

Implements

CfnResponderGateway.IHealthCheckConfigProperty
Back to top Generated by DocFX