raindancers-network
Version:
Extensions to the ec2.Vpc Constructs
8 lines (7 loc) • 312 B
TypeScript
import { aws_dynamodb as dynamodb } from 'aws-cdk-lib';
import * as constructs from 'constructs';
export declare class StatefulRuleDatabase extends constructs.Construct {
readonly crudServiceToken: string;
readonly policyTable: dynamodb.Table;
constructor(scope: constructs.Construct, id: string);
}