**To get information about AWS Cloud9 development environments** This example gets information about the specified AWS Cloud9 development environments. Command:: aws cloud9 describe-environments --environment-ids 685f892f431b45c2b28cb69eadcdb0EX 349c86d4579e4e7298d500ff57a6b2EX Output:: { "environments": [ { "id": "685f892f431b45c2b28cb69eadcdb0EX", "name": "my-demo-ec2-env", "description": "Created from CodeStar.", "type": "ec2", "arn": "arn:aws:cloud9:us-east-1:123456789012:environment:685f892f431b45c2b28cb69eadcdb0EX", "ownerArn": "arn:aws:iam::123456789012:user/MyDemoUser", "lifecycle": { "status": "CREATED" } }, { "id": "349c86d4579e4e7298d500ff57a6b2EX", "name": my-demo-ssh-env", "description": "", "type": "ssh", "arn": "arn:aws:cloud9:us-east-1:123456789012:environment:349c86d4579e4e7298d500ff57a6b2EX", "ownerArn": "arn:aws:iam::123456789012:user/MyDemoUser", "lifecycle": { "status": "CREATED" } } ] }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
create-environment-ec2.rst | File | 604 B | 0644 |
|
create-environment-membership.rst | File | 612 B | 0644 |
|
delete-environment-membership.rst | File | 370 B | 0644 |
|
delete-environment.rst | File | 325 B | 0644 |
|
describe-environment-memberships.rst | File | 2.2 KB | 0644 |
|
describe-environment-status.rst | File | 353 B | 0644 |
|
describe-environments.rst | File | 1.09 KB | 0644 |
|
list-environments.rst | File | 339 B | 0644 |
|
update-environment-membership.rst | File | 668 B | 0644 |
|
update-environment.rst | File | 389 B | 0644 |
|