Skip to main content

TIAMCreateInstanceProfileRequest

Class in AWS.IAM

CreateInstanceProfile request class.

Ancestors

Properties

InstanceProfileName

property InstanceProfileName: string

Path

property Path: string

Tags

property Tags: TList<IIAMTag>

Type: IIAMTag

Constructors

Create

constructor Create(const AInstanceProfileName: string; APath: string = '');

Constructor for TIAMCreateInstanceProfileRequest.

Parameters

NameDescription
AInstanceProfileNameSpecify a name for the new instance profile.
APathSpecify the path to the new group. Must begin and end with a slash (). If not specified, a default path prefix ofis used.