Values.AwsIamInstanceProfileRoleSourceInformation about a role associated with an instance profile.
type nonrec t = {arn : NonEmptyString.t option;The ARN of the role.
*)assumeRolePolicyDocument : AwsIamRoleAssumeRolePolicyDocument.t option;The policy that grants an entity permission to assume the role.
*)createDate : NonEmptyString.t option;Indicates when the role was created. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)path : NonEmptyString.t option;The path to the role.
*)roleId : NonEmptyString.t option;The identifier of the role.
*)roleName : NonEmptyString.t option;The name of the role.
*)}