/**
 * Properties the alias record target
 */
export interface IAliasRecordTargetProps {
    /**
     * Evaluate target health
     *
     * @default - no health check configuration
     */
    readonly evaluateTargetHealth?: boolean;
}
