Skip to main content

TIAMDeleteRolePolicyRequest

Class in AWS.IAM

DeleteRolePolicy request class.

Ancestors

Properties

PolicyName

property PolicyName: string

RoleName

property RoleName: string

Constructors

Create

constructor Create(const ARoleName, APolicyName: string);

Constructor for TIAMDeleteRolePolicyRequest.

Parameters

NameDescription
ARoleNameSpecify the name of the IAM role containing the policy to delete.
APolicyNameSpecify the name of the inline policy document to delete.