Skip to main content

TIAMUpdateAssumeRolePolicyRequest

Class in AWS.IAM

UpdateAssumeRolePolicy request class.

Ancestors

Properties

PolicyDocument

property PolicyDocument: string

RoleName

property RoleName: string

Constructors

Create

constructor Create(const ARoleName, APolicyDocument: string);

Constructor for TIAMUpdateAssumeRolePolicyRequest.

Parameters

NameDescription
ARoleNameSpecify the name of an IAM role to update.
APolicyDocumentSpecify the policy that grants an entity permission to assume the role.