Show / Hide Table of Contents

Class EnvironmentEC2State

Inheritance
System.Object
InputArgs
ResourceArgs
EnvironmentEC2State
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cloud9
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EnvironmentEC2State : ResourceArgs

Constructors

View Source

EnvironmentEC2State()

Declaration
public EnvironmentEC2State()

Properties

View Source

Arn

The ARN of the environment.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AutomaticStopTimeMinutes

The number of minutes until the running instance is shut down after the environment has last been used.

Declaration
public Input<int> AutomaticStopTimeMinutes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Description

The description of the environment.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

InstanceType

The type of instance to connect to the environment, e.g. t2.micro.

Declaration
public Input<string> InstanceType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the environment.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OwnerArn

The ARN of the environment owner. This can be ARN of any AWS IAM principal. Defaults to the environment's creator.

Declaration
public Input<string> OwnerArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubnetId

The ID of the subnet in Amazon VPC that AWS Cloud9 will use to communicate with the Amazon EC2 instance.

Declaration
public Input<string> SubnetId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

Key-value map of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Type

The type of the environment (e.g. ssh or ec2)

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.