TIAMPutRolePermissionsBoundaryRequest
Class in AWS.IAM
PutRolePermissionsBoundary request class.
Ancestors
Properties
PermissionsBoundary
property PermissionsBoundary: TARN
RoleName
property RoleName: string
Constructors
Create
constructor Create(const ARoleName: string; const APermissionsBoundary: TARN);
Constructor for TIAMPutRolePermissionsBoundaryRequest.
Parameters
| Name | Description |
|---|---|
ARoleName | Specify the name of the IAM role to set the permissions boundary for. |
APermissionsBoundary | Specify the Amazon Resource Name (ARN) of a managed policy to use to set the permissions boundary for the role. |