AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about an Cloud9 development environment.

Inheritance Hierarchy

System.Object
  Amazon.Cloud9.Model.Environment

Namespace: Amazon.Cloud9.Model
Assembly: AWSSDK.Cloud9.dll
Version: 3.x.y.z

Syntax

C#
public class Environment

The Environment type exposes the following members

Constructors

NameDescription
Public Method Environment()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the environment.

Public Property ConnectionType Amazon.Cloud9.ConnectionType

Gets and sets the property ConnectionType.

The connection type used for connecting to an Amazon EC2 environment. CONNECT_SSH is selected by default.

Public Property Description System.String

Gets and sets the property Description.

The description for the environment.

Public Property Id System.String

Gets and sets the property Id.

The ID of the environment.

Public Property Lifecycle Amazon.Cloud9.Model.EnvironmentLifecycle

Gets and sets the property Lifecycle.

The state of the environment in its creation or deletion lifecycle.

Public Property ManagedCredentialsStatus Amazon.Cloud9.ManagedCredentialsStatus

Gets and sets the property ManagedCredentialsStatus.

Describes the status of Amazon Web Services managed temporary credentials for the Cloud9 environment. Available values are:

  • ENABLED_ON_CREATE

  • ENABLED_BY_OWNER

  • DISABLED_BY_DEFAULT

  • DISABLED_BY_OWNER

  • DISABLED_BY_COLLABORATOR

  • PENDING_REMOVAL_BY_COLLABORATOR

  • PENDING_REMOVAL_BY_OWNER

  • FAILED_REMOVAL_BY_COLLABORATOR

  • ENABLED_BY_OWNER

  • DISABLED_BY_DEFAULT

Public Property Name System.String

Gets and sets the property Name.

The name of the environment.

Public Property OwnerArn System.String

Gets and sets the property OwnerArn.

The Amazon Resource Name (ARN) of the environment owner.

Public Property Type Amazon.Cloud9.EnvironmentType

Gets and sets the property Type.

The type of environment. Valid values include the following:

  • ec2: An Amazon Elastic Compute Cloud (Amazon EC2) instance connects to the environment.

  • ssh: Your own server connects to the environment.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5