Interface CfnPlan.IHealthCheckStateProperty
Namespace: Amazon.CDK.AWS.ARCRegionSwitch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPlan.IHealthCheckStateProperty
Syntax (vb)
Public Interface CfnPlan.IHealthCheckStateProperty
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.ARCRegionSwitch;
var healthCheckStateProperty = new HealthCheckStateProperty {
HealthCheckId = "healthCheckId",
Region = "region"
};
Synopsis
Properties
| HealthCheckId | |
| Region |
Properties
HealthCheckId
string? HealthCheckId { get; }
Property Value
Remarks
Region
string? Region { get; }