UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

5 lines (4 loc) 271 B
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;