Skip to main content

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

NameDescription
ARoleNameSpecify the name of an IAM role to add to the instance profile.
AInstanceProfileNameSpecify the name of an IAM instance profile to add the role to.