Skip to content

Commit

Permalink
Merge pull request #21 from aws-samples/feature
Browse files Browse the repository at this point in the history
Feature - Adding example for AWS managed policy as permission boundary in README
  • Loading branch information
aspahwa authored Jan 11, 2025
2 parents 3d607a3 + 78bab6f commit 0c71e21
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,15 @@ Note:
}
```

Permissions Boundary with AWS Managed policy as opposed to customer managed policy in the example above:

```
"PermissionsBoundary": {
"Name": "ViewOnlyAccess",
"Arn": "arn:aws:iam::aws:policy/job-function/ViewOnlyAccess"
}
```

### 2. Mapping files JSON structure and example

#### 2.1 Valid Global Mapping JSON structure
Expand Down

0 comments on commit 0c71e21

Please sign in to comment.