TIAMAddRoleToInstanceProfileRequest
Class in AWS.IAM
AddRoleToInstanceProfile request class.
Ancestors
Properties
InstanceProfileName
property InstanceProfileName: string
RoleName
property RoleName: string
Constructors
Create
constructor Create(const ARoleName, AInstanceProfileName: string);
Constructor for TIAMAddRoleToInstanceProfileRequest.
Parameters
| Name | Description |
|---|---|
ARoleName | Specify the name of an IAM role to add to the instance profile. |
AInstanceProfileName | Specify the name of an IAM instance profile to add the role to. |