UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

5 lines (4 loc) 289 B
import { Construct } from 'constructs'; import { QueueProps, RedriveAllowPolicy } from './index'; export declare function validateQueueProps(scope: Construct, props: QueueProps): void; export declare function validateRedriveAllowPolicy(scope: Construct, policy: RedriveAllowPolicy): void;