UNPKG

@sheplu/aws-safe-modules

Version:

A collection of CDKTF modules for AWS, with security and compliance in mind

6 lines (5 loc) 260 B
import { SqsQueue as aws_SqsQueue, SqsQueueConfig } from '@cdktf/provider-aws/lib/sqs-queue'; import { Construct } from 'constructs'; export declare class SqsQueue extends aws_SqsQueue { constructor(scope: Construct, id: string, config: SqsQueueConfig); }