UNPKG

aws-cdk

Version:

CDK Toolkit, the command line tool for CDK apps

11 lines (10 loc) 461 B
import { HostedZoneContextQuery } from '@aws-cdk/cloud-assembly-schema'; import { type SdkProvider } from '../api/aws-auth/sdk-provider'; import { ContextProviderPlugin } from '../api/plugin'; export declare class HostedZoneContextProviderPlugin implements ContextProviderPlugin { private readonly aws; constructor(aws: SdkProvider); getValue(args: HostedZoneContextQuery): Promise<object>; private filterZones; private isHostedZoneQuery; }