Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-healthcheckstate.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-healthcheckstate.html#cfn-arcregionswitch-plan-healthcheckstate-healthcheckid

Region

string? Region { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-healthcheckstate.html#cfn-arcregionswitch-plan-healthcheckstate-region

Back to top Generated by DocFX