Values.AwsIamInstanceProfileSourceInformation about an instance profile.
type nonrec t = {arn : NonEmptyString.t option;The ARN of the instance profile.
*)createDate : NonEmptyString.t option;Indicates when the instance profile was created. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)instanceProfileId : NonEmptyString.t option;The identifier of the instance profile.
*)instanceProfileName : NonEmptyString.t option;The name of the instance profile.
*)path : NonEmptyString.t option;The path to the instance profile.
*)roles : AwsIamInstanceProfileRoles.t option;The roles associated with the instance profile.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t ])
list ]