Skip to content

Instantly share code, notes, and snippets.

@OksanaH
Created March 13, 2021 17:08
Show Gist options
  • Save OksanaH/22b1ec2b0c40ae795e1f272066938250 to your computer and use it in GitHub Desktop.
Save OksanaH/22b1ec2b0c40ae795e1f272066938250 to your computer and use it in GitHub Desktop.
CodeStarConnectionSnippet
var codeStarConnection = new CfnConnection(this, "WhatDayConnection", new CfnConnectionProps
{
ConnectionName = "WhatDayConnection",
ProviderType = "GitHub"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment