UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

12 lines (11 loc) 237 B
/** * Properties the alias record target */ export interface IAliasRecordTargetProps { /** * Evaluate target health * * @default - no health check configuration */ readonly evaluateTargetHealth?: boolean; }