UNPKG

269 BTypeScriptView Raw
1import * as cdk from '@aws-cdk/core';
2import { Construct } from 'constructs';
3export declare function renderReportGroupArn(scope: Construct, reportGroupName: string): string;
4export declare function reportGroupArnComponents(reportGroupName: string): cdk.ArnComponents;