interface PrimaryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Events.CfnEndpoint.PrimaryProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsevents#CfnEndpoint_PrimaryProperty |
![]() | software.amazon.awscdk.services.events.CfnEndpoint.PrimaryProperty |
![]() | aws_cdk.aws_events.CfnEndpoint.PrimaryProperty |
![]() | aws-cdk-lib » aws_events » CfnEndpoint » PrimaryProperty |
The primary Region of the endpoint.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_events as events } from 'aws-cdk-lib';
const primaryProperty: events.CfnEndpoint.PrimaryProperty = {
healthCheck: 'healthCheck',
};
Properties
Name | Type | Description |
---|---|---|
health | string | The ARN of the health check used by the endpoint to determine whether failover is triggered. |
healthCheck
Type:
string
The ARN of the health check used by the endpoint to determine whether failover is triggered.