interface HealthCheckStateProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.HealthCheckStateProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_HealthCheckStateProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.HealthCheckStateProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.HealthCheckStateProperty |
![]() | 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)