Skip to main content

AWS CDK L2 construct for aws code star connection

Project description

Commitizen friendly npm

View on Construct Hub

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,
    }
  );

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws-codestarconnection-0.0.13.tar.gz (54.4 kB view hashes)

Uploaded Source

Built Distribution

aws_codestarconnection-0.0.13-py3-none-any.whl (52.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page