Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Adds minor changes to wording

Co-authored-by: Vinayak Kukreja <[email protected]>
  • Loading branch information
markusz and vinayak-kukreja authored Oct 17, 2023
1 parent 91d8984 commit 4ad73cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloud9-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Every Cloud9 Environment has an **owner**. An owner has full control over the en

By default, the owner will be the identity that creates the Environment, which is most likely your CloudFormation Execution Role when the Environment is created using CloudFormation. Provider a value for the `owner` property to assign a different owner, either a specific IAM User or the AWS Account Root User.

`Owner` is an IAM entity that owns a Cloud9 environment . `Owner` has their own access permissions, resources. You can specify an `Owner`in an Ec2 environment which could be of the following types:
`Owner` is an IAM entity that owns a Cloud9 environment. `Owner` has their own access permissions, and resources. You can specify an `Owner`in an EC2 environment which could be of the following types:

1. Account Root
2. IAM User
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloud9-alpha/lib/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export class Owner {
/**
* Make an IAM assumed role the environment owner
*
* @param accountId The AccountId of the target account
* @param accountId The account id of the target account
* @param roleName The name of the assumed role
*/
public static assumedRole(accountId: string, roleName: string): Owner {
Expand Down

0 comments on commit 4ad73cd

Please sign in to comment.