Skip to main content

TIAMPutRolePolicyRequest

Class in AWS.IAM

PutRolePolicy request class.

Ancestors

Properties

PolicyDocument

property PolicyDocument: string

PolicyName

property PolicyName: string

RoleName

property RoleName: string

Constructors

Create

constructor Create(const ARoleName, APolicyName, APolicyDocument: string);

Parameters

NameDescription
ARoleNameSpecify the name of the IAM role to associate the policy with.
APolicyNameSpecify the name of the inline policy document to add or update.
APolicyDocumentSpecify the policy document.