Skip to main content

TIAMDetachRolePolicyRequest

Class in AWS.IAM

DetachRolePolicy request class.

Ancestors

Properties

PolicyArn

property PolicyArn: TARN

RoleName

property RoleName: string

Constructors

Create

constructor Create(const ARoleName: string; const APolicyArn: TARN);

Constructor for TIAMDetachRolePolicyRequest.

Parameters

NameDescription
ARoleNameSpecify the name of the IAM role to detach the policy from.
APolicyArnSpecify the Amazon Resource Name (ARN) of the IAM policy to detach.