aws-cdk-lib.aws_events.CfnEndpoint.PrimaryProperty

interface PrimaryProperty

LanguageType name
.NETAmazon.CDK.AWS.Events.CfnEndpoint.PrimaryProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsevents#CfnEndpoint_PrimaryProperty
Javasoftware.amazon.awscdk.services.events.CfnEndpoint.PrimaryProperty
Pythonaws_cdk.aws_events.CfnEndpoint.PrimaryProperty
TypeScript 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

NameTypeDescription
healthCheckstringThe 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.