enum ConnectionType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Cloud9.ConnectionType |
Java | software.amazon.awscdk.services.cloud9.ConnectionType |
Python | aws_cdk.aws_cloud9.ConnectionType |
TypeScript (source) | @aws-cdk/aws-cloud9 » ConnectionType |
The connection type used for connecting to an Amazon EC2 environment.
Members
| Name | Description |
|---|---|
| CONNECT_SSH | Conect through SSH. |
| CONNECT_SSM | Connect through AWS Systems Manager. |
CONNECT_SSH
Conect through SSH.
CONNECT_SSM
Connect through AWS Systems Manager.

.NET
Java
Python
TypeScript (