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.
This is the response object from the CreateEnvironmentEC2 operation.
Namespace: Amazon.Cloud9.Model
Assembly: AWSSDK.Cloud9.dll
Version: 3.x.y.z
public class CreateEnvironmentEC2Response : AmazonWebServiceResponse
The CreateEnvironmentEC2Response type exposes the following members
Name | Description | |
---|---|---|
CreateEnvironmentEC2Response() |
Name | Type | Description | |
---|---|---|---|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
EnvironmentId | System.String |
Gets and sets the property EnvironmentId. The ID of the environment that was created. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
var client = new AmazonCloud9Client(); var response = client.CreateEnvironmentEC2(new CreateEnvironmentEC2Request { Name = "my-demo-environment", AutomaticStopTimeMinutes = 60, Description = "This is my demonstration environment.", ImageId = "amazonlinux-2023-x86_64", InstanceType = "t2.micro", OwnerArn = "arn:aws:iam::123456789012:user/MyDemoUser", SubnetId = "subnet-6300cd1b" }); string environmentId = response.EnvironmentId;
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5