UNPKG

@enfo/aws-cdkompliance

Version:

Tagging and compliant resources using the CDK

13 lines 409 B
import { Topic as SNSTopic, TopicProps } from 'aws-cdk-lib/aws-sns'; import { Construct } from 'constructs'; /** * Compliant SNS Topic. * * See README for usage examples */ export declare class Topic extends SNSTopic { protected calculatedProps: TopicProps; constructor(scope: Construct, id: string, props: TopicProps); protected checkMasterKey(): string[]; } //# sourceMappingURL=sns.d.ts.map