Skip to content

Instantly share code, notes, and snippets.

@OksanaH
Created August 31, 2021 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OksanaH/88ef90ab76fb390993de0e75648a11d1 to your computer and use it in GitHub Desktop.
Save OksanaH/88ef90ab76fb390993de0e75648a11d1 to your computer and use it in GitHub Desktop.
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