Registry / aws / aws-cdk-aws-cloud9-alpha

aws-cdk-aws-cloud9-alpha

JSON →
library2.260.0a0pypypiunverified

AWS CDK L2 construct library for AWS Cloud9, currently in alpha (v2.252.0a0). Follows CDK alpha release cadence; breaking changes can occur at any time.

pip install aws-cdk-aws-cloud9-alpha
INSTALL
IMPORT
SIG · AWS-CDK-AWS-CLOUD9
A
aws-cdk-aws-cloud9-alpha
awspythonv2.260.0a0
Install
17.6s avg
Import
Disk
399MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v2.260.0a0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 361.6MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 17.6s · import 0.000s · 362MB
399MB installed
● package 399MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CfnEnvironmentEC2
from aws_cdk.aws_cloud9_alpha import CfnEnvironmentEC2
from aws_cdk.aws_cloud9_alpha import CfnEnvironmentEC2

Creates a basic Cloud9 environment using the alpha L2 construct.

import aws_cdk as cdk from aws_cdk.aws_cloud9_alpha import EnvironmentEC2 app = cdk.App() stack = cdk.Stack(app, 'MyStack') env = EnvironmentEC2(stack, 'MyCloud9Env', instance_type='t2.micro', image_id='amazonlinux-2-x86_64' ) app.synth()
cdk --version
Debug
Known issues
breakingAlpha modules do not follow semantic versioning; may have breaking changes in minor/patch releases.
fix
Pin exact version in requirements.txt. Test before upgrading.
affects: all versions
gotchaThe alpha module must be imported from aws_cdk.aws_cloud9_alpha, not aws_cdk.aws_cloud9.
fix
Use from aws_cdk.aws_cloud9_alpha import ...
affects: all versions
deprecatedEnvironmentEC2's 'description' property was deprecated in favor of 'environmentName'.
fix
Use 'environment_name' parameter instead.
affects: >=2.120.0a0
Upgrade
Version history
2.260.0a0latest on PyPI · released Jun 16, 2026
Audit
Dependencies
aws-cdk-librequiredRequired peer dependency for CDK apps.
constructsrequiredRequired peer dependency for CDK constructs.
Agent activity
31 hits · last 30 days
node
28
Resources
aws-cdk-aws-cloud9-alpha — pip install aws-cdk-aws-cloud9-alpha · libregistry