UNPKG

@aws-cdk/aws-codebuild

Version:

The CDK Construct Library for AWS::CodeBuild

5 lines (4 loc) 269 B
import * as cdk from '@aws-cdk/core'; import { Construct } from 'constructs'; export declare function renderReportGroupArn(scope: Construct, reportGroupName: string): string; export declare function reportGroupArnComponents(reportGroupName: string): cdk.ArnComponents;