5 lines
271 B
TypeScript
5 lines
271 B
TypeScript
import type { Construct } from 'constructs';
|
|
import * as cdk from '../../core';
|
|
export declare function renderReportGroupArn(scope: Construct, reportGroupName: string): string;
|
|
export declare function reportGroupArnComponents(reportGroupName: string): cdk.ArnComponents;
|