enum ConnectionType
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Cloud9.Alpha.ConnectionType |
Go | github.com/aws/aws-cdk-go/awscdkcloud9alpha/v2#ConnectionType |
Java | software.amazon.awscdk.services.cloud9.alpha.ConnectionType |
Python | aws_cdk.aws_cloud9_alpha.ConnectionType |
TypeScript (source) | @aws-cdk/aws-cloud9-alpha » ConnectionType |
The connection type used for connecting to an Amazon EC2 environment.
Members
Name | Description |
---|---|
CONNECT_SSH | Connect through SSH. |
CONNECT_SSM | Connect through AWS Systems Manager When using SSM, service role and instance profile aren't automatically created. |
CONNECT_SSH
Connect through SSH.
CONNECT_SSM
Connect through AWS Systems Manager When using SSM, service role and instance profile aren't automatically created.