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
| Name | Description |
|---|---|
ARoleName | Specify the name of the IAM role to associate the policy with. |
APolicyName | Specify the name of the inline policy document to add or update. |
APolicyDocument | Specify the policy document. |