AWS::CodeStar Construct Library
---All classes with the
Cfnprefix in this module (CFN Resources) are always stable and safe to use.
The APIs of higher level constructs in this module are experimental and under active development. They are subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model and breaking changes will be announced in the release notes. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
GitHub Repository
To create a new GitHub Repository and commit the assets from S3 bucket into the repository after it is created:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import aws_cdk.aws_codestar as codestar
import aws_cdk.aws_s3 as s3
codestar.GitHubRepository(stack, "GitHubRepo",
owner="aws",
repository_name="aws-cdk",
access_token=cdk.SecretValue.secrets_manager("my-github-token",
json_field="token"
),
contents_bucket=s3.Bucket.from_bucket_name(stack, "Bucket", "bucket-name"),
contents_key="import.zip"
)
Update or Delete the GitHubRepository
At this moment, updates to the GitHubRepository are not supported and the repository will not be deleted upon the deletion of the CloudFormation stack. You will need to update or delete the GitHub repository manually.
Release files for aws-cdk.aws-codestar 1.56.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aws-cdk.aws-codestar-1.56.0.tar.gz | 35.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aws_cdk.aws_codestar-1.56.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 69.5 kB
Release files / aws-cdk.aws-codestar-1.56.0.tar.gz
| Download URL | aws-cdk.aws-codestar-1.56.0.tar.gz |
|---|---|
| Size | 35.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8b2c7d51e51a828cb16ee7456f72bc7d64c0d48583531ab1dfa1d02faedc66dd
|
|
BLAKE2b-256 checksum How to use checksums |
4c3ae62542f7d516c1fa667ea903f0033c8752a534c91822377c3c8abf5c5fe4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.5
|
Release files / aws_cdk.aws_codestar-1.56.0-py3-none-any.whl
| Download URL | aws_cdk.aws_codestar-1.56.0-py3-none-any.whl |
|---|---|
| Size | 34.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f434654801226f3704226b38cf9c8a2726d6ea2fd533c5b91326c4e669eb44b6
|
|
BLAKE2b-256 checksum How to use checksums |
4c609c3ae031983940c2997479b929a1809d224d9f7c266122bff048fe1a3e70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.5
|