Files
2026-05-06 18:55:16 -05:00

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;