interface HealthCheckStateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ARCRegionSwitch.CfnPlan.HealthCheckStateProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_HealthCheckStateProperty |
Java | software.amazon.awscdk.services.arcregionswitch.CfnPlan.HealthCheckStateProperty |
Python | aws_cdk.aws_arcregionswitch.CfnPlan.HealthCheckStateProperty |
TypeScript | aws-cdk-lib » aws_arcregionswitch » CfnPlan » HealthCheckStateProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_arcregionswitch as arcregionswitch } from 'aws-cdk-lib';
const healthCheckStateProperty: arcregionswitch.CfnPlan.HealthCheckStateProperty = {
healthCheckId: 'healthCheckId',
region: 'region',
};
Properties
| Name | Type | Description |
|---|---|---|
| health | string | |
| region? | string |
healthCheckId?
Type:
string
(optional)
region?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript