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
| Name | Description |
|---|---|
AInstanceProfileName | Specify a name for the new instance profile. |
APath | Specify the path to the new group. Must begin and end with a slash (). If not specified, a default path prefix ofis used. |