IIAMInstanceProfile
Interface in AWS.IAM
Interface for IAM InstanceProfile.
Properties
Arn
property Arn: TARN
The Amazon Resource Name (ARN) of the instance profile.
CreateDate
property CreateDate: TDateTime
The date and time when the instance profile was created.
InstanceProfileId
property InstanceProfileId: string
The stable and unique identifier for the instance profile.
InstanceProfileName
property InstanceProfileName: string
The name of the instance profile.
Path
property Path: string
The path to the instance profile.
Roles
property Roles: TList<IIAMRole>
Type: IIAMRole
The roles associated with the instance profile.
Tags
property Tags: TList<IIAMTag>
Type: IIAMTag
A list of tags that are attached to the instance profile.