Created
March 13, 2021 17:08
-
-
Save OksanaH/22b1ec2b0c40ae795e1f272066938250 to your computer and use it in GitHub Desktop.
CodeStarConnectionSnippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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