Skip to content

Instantly share code, notes, and snippets.

@OksanaH
Created August 31, 2021 13:27
Embed
What would you like to do?
CDKPipelinesPipelineStack.cs
var reportGroup = new ReportGroup(this, "MyReports", new ReportGroupProps
{
ReportGroupName = "MyReports"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment