| Interface | Description |
|---|---|
| CfnEnvironmentEC2.RepositoryProperty |
The `Repository` property type specifies an AWS CodeCommit source code repository to be cloned into an AWS Cloud9 development environment.
|
| CfnEnvironmentEC2Props |
Properties for defining a `CfnEnvironmentEC2`.
|
| Class | Description |
|---|---|
| CfnEnvironmentEC2 |
A CloudFormation `AWS::Cloud9::EnvironmentEC2`.
|
| CfnEnvironmentEC2.Builder |
A fluent builder for
CfnEnvironmentEC2. |
| CfnEnvironmentEC2.RepositoryProperty.Builder |
A builder for
CfnEnvironmentEC2.RepositoryProperty |
| CfnEnvironmentEC2.RepositoryProperty.Jsii$Proxy |
An implementation for
CfnEnvironmentEC2.RepositoryProperty |
| CfnEnvironmentEC2Props.Builder |
A builder for
CfnEnvironmentEC2Props |
| CfnEnvironmentEC2Props.Jsii$Proxy |
An implementation for
CfnEnvironmentEC2Props |
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.cloud9.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
An experimental construct library for this service is available in preview. Since it is not stable yet, it is distributed as a separate package so that you can pin its version independently of the rest of the CDK. See the package:
@aws-cdk/aws-cloud9-alpha
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::Cloud9.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
Copyright © 2022. All rights reserved.