aws-codestarconnection 0.0.13

Creator: bradpython12

Last updated:

Add to Cart

Description:

awscodestarconnection 0.0.13

AWS CodeStar Connection Construct Library
This package contains constructs for working with Amazon CodeStar Connection.
CodeStar Connection
Define a Codestar Connection by creating a new instance of CodeStarConnection. You can create a connection for different providers
const codestartConnection = new CodeStarConnection(
this,
'CodeStarConnection',
{
connectionName: 'github-connection',
providerType: CodeStarConnectionProviderType.GITHUB,
}
);

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.