UNPKG

@cpmech/az-cdk

Version:
11 lines (10 loc) 342 B
import { Construct } from '@aws-cdk/core'; export interface IRoute53RecvEmailProps { domain: string; comment?: string; hostedZoneId?: string; certificateArn?: string; } export declare class Route53RecvEmailConstruct extends Construct { constructor(scope: Construct, id: string, props: IRoute53RecvEmailProps); }