Class Ec2HealthCheckOptions
(deprecated) EC2 Heath check options.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class Ec2HealthCheckOptions : Object, IEc2HealthCheckOptions
Syntax (vb)
Public Class Ec2HealthCheckOptions
Inherits Object
Implements IEc2HealthCheckOptions
Remarks
Stability: Deprecated
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;
using Amazon.CDK.AWS.AutoScaling;
var ec2HealthCheckOptions = new Ec2HealthCheckOptions {
Grace = Duration.Minutes(30)
};
Synopsis
Constructors
Ec2Health |
Properties
Grace | (deprecated) Specified the time Auto Scaling waits before checking the health status of an EC2 instance that has come into service. |
Constructors
Ec2HealthCheckOptions()
public Ec2HealthCheckOptions()
Properties
Grace
(deprecated) Specified the time Auto Scaling waits before checking the health status of an EC2 instance that has come into service.
public Duration Grace { get; set; }
Property Value
Remarks
Default: Duration.seconds(0)
Stability: Deprecated