| Modifier and Type | Method and Description |
|---|---|
CfnEnvironmentEC2.Builder |
CfnEnvironmentEC2.Builder.automaticStopTimeMinutes(Number automaticStopTimeMinutes)
The number of minutes until the running instance is shut down after the environment was last used.
|
CfnEnvironmentEC2.Builder |
CfnEnvironmentEC2.Builder.connectionType(String connectionType)
The connection type used for connecting to an Amazon EC2 environment.
|
static CfnEnvironmentEC2.Builder |
CfnEnvironmentEC2.Builder.create(Construct scope,
String id) |
CfnEnvironmentEC2.Builder |
CfnEnvironmentEC2.Builder.description(String description)
The description of the environment to create.
|
CfnEnvironmentEC2.Builder |
CfnEnvironmentEC2.Builder.imageId(String imageId)
The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.
|
CfnEnvironmentEC2.Builder |
CfnEnvironmentEC2.Builder.instanceType(String instanceType)
The type of instance to connect to the environment (for example, `t2.micro` ).
|
CfnEnvironmentEC2.Builder |
CfnEnvironmentEC2.Builder.name(String name)
The name of the environment.
|
CfnEnvironmentEC2.Builder |
CfnEnvironmentEC2.Builder.ownerArn(String ownerArn)
The Amazon Resource Name (ARN) of the environment owner.
|
CfnEnvironmentEC2.Builder |
CfnEnvironmentEC2.Builder.repositories(IResolvable repositories)
Any AWS CodeCommit source code repositories to be cloned into the development environment.
|
CfnEnvironmentEC2.Builder |
CfnEnvironmentEC2.Builder.repositories(List<? extends Object> repositories)
Any AWS CodeCommit source code repositories to be cloned into the development environment.
|
CfnEnvironmentEC2.Builder |
CfnEnvironmentEC2.Builder.subnetId(String subnetId)
The ID of the subnet in Amazon Virtual Private Cloud (Amazon VPC) that AWS Cloud9 will use to communicate with the Amazon Elastic Compute Cloud (Amazon EC2) instance.
|
CfnEnvironmentEC2.Builder |
CfnEnvironmentEC2.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs that will be associated with the new AWS Cloud9 development environment.
|
Copyright © 2023. All rights reserved.