Class HealthCheckReference
A reference to a HealthCheck resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class HealthCheckReference : IHealthCheckReference
Syntax (vb)
Public Class HealthCheckReference Implements 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
Constructors
| HealthCheckReference() | A reference to a HealthCheck resource. |
Properties
| HealthCheckId | The HealthCheckId of the HealthCheck resource. |
Constructors
HealthCheckReference()
A reference to a HealthCheck resource.
public HealthCheckReference()
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"
};
Properties
HealthCheckId
The HealthCheckId of the HealthCheck resource.
public string HealthCheckId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated