PermissionsBoundary
Specifies the configuration of the Amazon managed or customer managed policy that you
            want to set as a permissions boundary. Specify either
                CustomerManagedPolicyReference to use the name and path of a customer
            managed policy, or ManagedPolicyArn to use the ARN of an Amazon managed
            policy. A permissions boundary represents the maximum permissions that any policy can
            grant your role. For more information, see Permissions boundaries
                for IAM entities in the IAM User Guide.
Important
Policies used as permissions boundaries don't provide permissions. You must also attach an IAM policy to the role. To learn how the effective permissions for a role are evaluated, see IAM JSON policy evaluation logic in the IAM User Guide.
Contents
- CustomerManagedPolicyReference
- 
               Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set. Type: CustomerManagedPolicyReference object Required: No 
- ManagedPolicyArn
- 
               The Amazon managed policy ARN that you want to attach to a permission set as a permissions boundary. Type: String Length Constraints: Minimum length of 20. Maximum length of 2048. Pattern: arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):iam::aws:policy((/[A-Za-z0-9\.,\+@=_-]+)*)/([A-Za-z0-9\.,\+=@_-]+)Required: No 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: