IIAMCreateInstanceProfileRequest
Interface in AWS.IAM
Interface for CreateInstanceProfile requests.
Ancestors
Properties
InstanceProfileName
property InstanceProfileName: string
Specify a name for the new instance profile.
Path
property Path: string
Specify the path to the new instance profile.
Must begin and end with a slash (/). If not specified, a default path prefix of / is used.
Tags
property Tags: TList<IIAMTag>
Type: IIAMTag
Optionally, specify a list of tags to associated with the instance profile.
Methods
AddTag
function AddTag(const AKey, AValue: string): NativeInt;
Add a key/value pair to Tags.
Parameters
| Name | Description |
|---|---|
AKey | Specify the key for the tag to add to Tags. |
AValue | Specify the value for the tag to add to Tags. |
Returns
Returns the index of the tag added to Tags.