UNPKG

@enfo/aws-cdkompliance

Version:

Tagging and compliant resources using the CDK

11 lines 349 B
import { Table as DynamoDBTable, TableProps } from 'aws-cdk-lib/aws-dynamodb'; import { Construct } from 'constructs'; /** * Compliant DynamoDB Table. * * See README for usage examples */ export declare class Table extends DynamoDBTable { constructor(scope: Construct, id: string, props: TableProps); } //# sourceMappingURL=dynamodb.d.ts.map