Class EnvironmentEC2Args
Inherited Members
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 EnvironmentEC2Args : ResourceArgs
Constructors
View SourceEnvironmentEC2Args()
Declaration
public EnvironmentEC2Args()
Properties
View SourceAutomaticStopTimeMinutes
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> |
Description
The description of the environment.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Name
The name of the environment.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |