Skip to main content

TIAMGetRolePolicyRequest

Class in AWS.IAM

GetRolePolicy request class.

Ancestors

Properties

PolicyName

property PolicyName: string

RoleName

property RoleName: string

Constructors

Create

constructor Create(const ARoleName, APolicyName: string);

Constructor for TIAMGetRolePolicyRequest.

Parameters

NameDescription
ARoleNameSpecify the name of the role.
APolicyNameSpecify the name of the policy to fetch.