This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Description
In the English text for this documentation page, it says
This data type can only have a value of Policy.
However, a couple of lines down, it then claims
Valid Values: PermissionsBoundaryPolicy
The former is correct. For example, calling GetRole on one of my roles with a boundary on it, returns
"PermissionsBoundary": {
"PermissionsBoundaryType": "Policy",
"PermissionsBoundaryArn": "arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess"
}