Uses of Class
software.amazon.awscdk.mixins.preview.services.cloud9.mixins.CfnEnvironmentEC2PropsMixin.Builder
Packages that use CfnEnvironmentEC2PropsMixin.Builder
-
Uses of CfnEnvironmentEC2PropsMixin.Builder in software.amazon.awscdk.mixins.preview.services.cloud9.mixins
Methods in software.amazon.awscdk.mixins.preview.services.cloud9.mixins that return CfnEnvironmentEC2PropsMixin.BuilderModifier and TypeMethodDescriptionCfnEnvironmentEC2PropsMixin.Builder.automaticStopTimeMinutes(Number automaticStopTimeMinutes) The number of minutes until the running instance is shut down after the environment was last used.CfnEnvironmentEC2PropsMixin.Builder.connectionType(String connectionType) The connection type used for connecting to an Amazon EC2 environment.CfnEnvironmentEC2PropsMixin.Builder.create()CfnEnvironmentEC2PropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnEnvironmentEC2PropsMixin.Builder.description(String description) The description of the environment to create.The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.CfnEnvironmentEC2PropsMixin.Builder.instanceType(String instanceType) The type of instance to connect to the environment (for example,t2.micro).The name of the environment.The Amazon Resource Name (ARN) of the environment owner.CfnEnvironmentEC2PropsMixin.Builder.repositories(List<? extends Object> repositories) Any AWS CodeCommit source code repositories to be cloned into the development environment.CfnEnvironmentEC2PropsMixin.Builder.repositories(IResolvable repositories) Any AWS CodeCommit source code repositories to be cloned into the development environment.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.An array of key-value pairs that will be associated with the new AWS Cloud9 development environment.