Skip to main content

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

NameDescription
ARoleNameSpecify the name of the IAM role to set the permissions boundary for.
APermissionsBoundarySpecify the Amazon Resource Name (ARN) of a managed policy to use to set the permissions boundary for the role.