Class CfnResponderGateway.HealthCheckConfigProperty
Implements
Inherited Members
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
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
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
Remarks
IntervalSeconds
public double? IntervalSeconds { get; set; }
Property Value
Remarks
Path
public string Path { get; set; }
Property Value
Remarks
Port
public double Port { get; set; }
Property Value
Remarks
Protocol
public string? Protocol { get; set; }
Property Value
Remarks
StatusCodeMatcher
public string? StatusCodeMatcher { get; set; }
Property Value
Remarks
TimeoutMs
public double? TimeoutMs { get; set; }
Property Value
Remarks
UnhealthyThresholdCount
public double? UnhealthyThresholdCount { get; set; }