Interface IHealthCheckReference
A reference to a HealthCheck resource.
Namespace: Amazon.CDK.Interfaces.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IHealthCheckReference
Syntax (vb)
Public Interface IHealthCheckReference
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.Interfaces.Route53;
var healthCheckReference = new HealthCheckReference {
HealthCheckId = "healthCheckId"
};
Synopsis
Properties
| HealthCheckId | The HealthCheckId of the HealthCheck resource. |
Properties
HealthCheckId
The HealthCheckId of the HealthCheck resource.
string HealthCheckId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated