interface HealthCheckStateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ARCRegionSwitch.Mixins.CfnPlanPropsMixin.HealthCheckStateProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsarcregionswitch/mixins#CfnPlanPropsMixin_HealthCheckStateProperty |
Java | software.amazon.awscdk.mixins.preview.services.arcregionswitch.mixins.CfnPlanPropsMixin.HealthCheckStateProperty |
Python | aws_cdk.mixins_preview.aws_arcregionswitch.mixins.CfnPlanPropsMixin.HealthCheckStateProperty |
TypeScript | @aws-cdk/mixins-preview » aws_arcregionswitch » mixins » CfnPlanPropsMixin » HealthCheckStateProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as arcregionswitch_mixins } from '@aws-cdk/mixins-preview/aws-arcregionswitch';
const healthCheckStateProperty: arcregionswitch_mixins.CfnPlanPropsMixin.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